about summary refs log tree commit diff
path: root/src/test/rustdoc
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/rustdoc')
-rw-r--r--src/test/rustdoc/intra-links.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/test/rustdoc/intra-links.rs b/src/test/rustdoc/intra-links.rs
index cc9d288ba91..aa6f5538754 100644
--- a/src/test/rustdoc/intra-links.rs
+++ b/src/test/rustdoc/intra-links.rs
@@ -27,9 +27,9 @@
 //! * [`ThisTrait`](ThisTrait)
 //! * [`ThisAlias`](ThisAlias)
 //! * [`ThisUnion`](ThisUnion)
-//! * [`this_function`](this_function)
-//! * [`THIS_CONST`](THIS_CONST)
-//! * [`THIS_STATIC`](THIS_STATIC)
+//! * [`this_function`](this_function())
+//! * [`THIS_CONST`](const@THIS_CONST)
+//! * [`THIS_STATIC`](static@THIS_STATIC)
 //! * [`this_macro`](this_macro!)
 //!
 //! In addition, there's some specifics we want to look at. There's [a trait called