From 674112a9de6fff2d74d4c3197658abef13525156 Mon Sep 17 00:00:00 2001 From: Benjamin F Date: Wed, 27 Jul 2022 11:07:12 -0700 Subject: [PATCH] Fix Snippet.attr() webpage URLs. --- markdown/dev/reference/api/snippet/attr/en.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/markdown/dev/reference/api/snippet/attr/en.md b/markdown/dev/reference/api/snippet/attr/en.md index 0b0f0856a18..192990d2e73 100644 --- a/markdown/dev/reference/api/snippet/attr/en.md +++ b/markdown/dev/reference/api/snippet/attr/en.md @@ -10,10 +10,10 @@ Snippet snippet.attr( ) ``` -This `Snippet.attr()` method calls [`Attributes.add()`](./attributes#add) under the hood, +This `Snippet.attr()` method calls [`Attributes.add()`](/reference/api/attributes/add) under the hood, but returns the Snippet object. This allows you to chain different calls together. -If the third parameter is set to `true` it will call [`Attributes.set()`](./attributes#set) instead, +If the third parameter is set to `true` it will call [`Attributes.set()`](/reference/api/attributes/set) instead, thereby overwriting the value of the attribute.