Skip to content

Commit

Permalink
Fix some dead links in The Unstable Book
Browse files Browse the repository at this point in the history
  • Loading branch information
ollie27 committed May 14, 2017
1 parent 25a1617 commit 21ca9ca
Show file tree
Hide file tree
Showing 10 changed files with 12 additions and 11 deletions.
Expand Up @@ -4,7 +4,7 @@ The tracking issue for this feature is: [#23121]

[#23121]: https://github.com/rust-lang/rust/issues/23121

See also [`slice_patterns`](slice-patterns.html).
See also [`slice_patterns`](language-features/slice-patterns.html).

------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/asm.md
Expand Up @@ -190,4 +190,4 @@ constraints, etc.
[llvm-docs]: http://llvm.org/docs/LangRef.html#inline-assembler-expressions

If you need more power and don't mind losing some of the niceties of
`asm!`, check out [global_asm](global_asm.html).
`asm!`, check out [global_asm](language-features/global_asm.html).
Expand Up @@ -4,7 +4,7 @@ The tracking issue for this feature is: [#29641]

[#29641]: https://github.com/rust-lang/rust/issues/29641

See also [`box_syntax`](box-syntax.html)
See also [`box_syntax`](language-features/box-syntax.html)

------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/box-syntax.md
Expand Up @@ -4,7 +4,7 @@ The tracking issue for this feature is: [#27779]

[#27779]: https://github.com/rust-lang/rust/issues/27779

See also [`box_patterns`](box-patterns.html)
See also [`box_patterns`](language-features/box-patterns.html)

------------------------

Expand Down
4 changes: 2 additions & 2 deletions src/doc/unstable-book/src/language-features/global_asm.md
Expand Up @@ -74,5 +74,5 @@ usages and placed the larger, single usage in the crate root.

If you don't need quite as much power and flexibility as
`global_asm!` provides, and you don't mind restricting your inline
assembly to `fn` bodies only, you might try the [asm](asm.html)
feature instead.
assembly to `fn` bodies only, you might try the
[asm](language-features/asm.html) feature instead.
Expand Up @@ -8,6 +8,6 @@ This feature is part of "compiler plugins." It will often be used with the
[`plugin`] and `rustc_private` features as well. For more details, see
their docs.

[`plugin`]: plugin.html
[`plugin`]: language-features/plugin.html

------------------------
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/language-features/plugin.md
Expand Up @@ -8,7 +8,7 @@ The tracking issue for this feature is: [#29597]
This feature is part of "compiler plugins." It will often be used with the
[`plugin_registrar`] and `rustc_private` features.

[`plugin_registrar`]: plugin-registrar.html
[`plugin_registrar`]: language-features/plugin-registrar.html

------------------------

Expand Down
Expand Up @@ -4,7 +4,8 @@ The tracking issue for this feature is: [#23121]

[#23121]: https://github.com/rust-lang/rust/issues/23121

See also [`advanced_slice_patterns`](advanced-slice-patterns.html).
See also
[`advanced_slice_patterns`](language-features/advanced-slice-patterns.html).

------------------------

Expand Down
Expand Up @@ -4,7 +4,7 @@ The tracking issue for this feature is: [#33082]

[#33082]: https://github.com/rust-lang/rust/issues/33082

See also [`alloc_system`](alloc-system.html).
See also [`alloc_system`](library-features/alloc-system.html).

------------------------

Expand Down
2 changes: 1 addition & 1 deletion src/doc/unstable-book/src/library-features/alloc-system.md
Expand Up @@ -4,7 +4,7 @@ The tracking issue for this feature is: [#33082]

[#33082]: https://github.com/rust-lang/rust/issues/33082

See also [`alloc_jemalloc`](alloc-jemalloc.html).
See also [`alloc_jemalloc`](library-features/alloc-jemalloc.html).

------------------------

Expand Down

0 comments on commit 21ca9ca

Please sign in to comment.