Skip to content

Commit be2c6e4

Browse files
authored
fix: fix hugo url (#1789)
1 parent 39ab3ef commit be2c6e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/contribute/docs/style-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Connecting readers to related content in different pages is an important aspect
149149
```
150150

151151
### Avoid broken links
152-
To avoid broken links always use `ref` or `relref` shortcodes for internal references with the full path for the page. Check out the [Hugo documentation for cross-references](https://gohugo.io/content-management/cross-references/) for more details.
152+
To avoid broken links always use `ref` or `relref` shortcodes for internal references with the full path for the page. Check out the [Hugo documentation for cross-references](https://gohugo.io/content-management/shortcodes/#article) for more details.
153153

154154
For example, `[Icon Library]({{</* relref "design/interface/icons" */>}})` yields "[Icon Library]({{% relref "design/interface/icons" %}})". Using the full path will avoid ambiguous references if a new page of the same is created.
155155

0 commit comments

Comments
 (0)