Skip to content

Commit ac923fc

Browse files
committed
fix broken link
1 parent 4be8136 commit ac923fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/rustdoc/src/write-documentation/the-doc-attribute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ If you want to know more about inlining rules, take a look at the
231231
<span id="dochidden"></span>
232232

233233
Any item annotated with `#[doc(hidden)]` will not appear in the documentation,
234-
unless the [`--document-hidden-items`](unstable-features.md#document-hidden-items) flag is used.
234+
unless the [`--document-hidden-items`](../unstable-features.md#document-hidden-items) flag is used.
235235
Re-exported items where one of its ancestors has
236236
`#[doc(hidden)]` will be considered hidden.
237237

0 commit comments

Comments
 (0)