Skip to content

Commit b9a2340

Browse files
committed
mention the inside rust post on intra-doc links
1 parent 6f73eff commit b9a2340

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

posts/2020-11-19-Rust-1.48.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,12 @@ link to the `Bar` type. The second will link to `Foo`, but will show the whole
127127
`crate::foo::Foo` as the link text.
128128

129129
There are a bunch of options you can use here. Please see the ["Linking to
130-
items by
131-
name"](https://doc.rust-lang.org/stable/rustdoc/linking-to-items-by-name.html)
132-
section of the rustdoc book for more.
130+
items by name"][intra-docs] section of the rustdoc book for more. There is also
131+
a post on Inside Rust [on the history of this feature][intra-history], written
132+
by some of the contributors behind it!
133+
134+
[intra-docs]: https://doc.rust-lang.org/stable/rustdoc/linking-to-items-by-name.html
135+
[intra-history]: https://blog.rust-lang.org/inside-rust/2020/09/17/stabilizing-intra-doc-links.html
133136

134137
### Adding search aliases
135138

0 commit comments

Comments
 (0)