Skip to content

Commit 21ca9ca

Browse files
committed
Fix some dead links in The Unstable Book
1 parent 25a1617 commit 21ca9ca

File tree

10 files changed

+12
-11
lines changed

10 files changed

+12
-11
lines changed

src/doc/unstable-book/src/language-features/advanced-slice-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tracking issue for this feature is: [#23121]
44

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

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

99
------------------------
1010

src/doc/unstable-book/src/language-features/asm.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,4 +190,4 @@ constraints, etc.
190190
[llvm-docs]: http://llvm.org/docs/LangRef.html#inline-assembler-expressions
191191

192192
If you need more power and don't mind losing some of the niceties of
193-
`asm!`, check out [global_asm](global_asm.html).
193+
`asm!`, check out [global_asm](language-features/global_asm.html).

src/doc/unstable-book/src/language-features/box-patterns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tracking issue for this feature is: [#29641]
44

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

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

99
------------------------
1010

src/doc/unstable-book/src/language-features/box-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tracking issue for this feature is: [#27779]
44

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

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

99
------------------------
1010

src/doc/unstable-book/src/language-features/global_asm.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ usages and placed the larger, single usage in the crate root.
7474

7575
If you don't need quite as much power and flexibility as
7676
`global_asm!` provides, and you don't mind restricting your inline
77-
assembly to `fn` bodies only, you might try the [asm](asm.html)
78-
feature instead.
77+
assembly to `fn` bodies only, you might try the
78+
[asm](language-features/asm.html) feature instead.

src/doc/unstable-book/src/language-features/plugin-registrar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ This feature is part of "compiler plugins." It will often be used with the
88
[`plugin`] and `rustc_private` features as well. For more details, see
99
their docs.
1010

11-
[`plugin`]: plugin.html
11+
[`plugin`]: language-features/plugin.html
1212

1313
------------------------

src/doc/unstable-book/src/language-features/plugin.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ The tracking issue for this feature is: [#29597]
88
This feature is part of "compiler plugins." It will often be used with the
99
[`plugin_registrar`] and `rustc_private` features.
1010

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

1313
------------------------
1414

src/doc/unstable-book/src/language-features/slice-patterns.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ The tracking issue for this feature is: [#23121]
44

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

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

910
------------------------
1011

src/doc/unstable-book/src/library-features/alloc-jemalloc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tracking issue for this feature is: [#33082]
44

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

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

99
------------------------
1010

src/doc/unstable-book/src/library-features/alloc-system.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The tracking issue for this feature is: [#33082]
44

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

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

99
------------------------
1010

0 commit comments

Comments
 (0)