Skip to content

Commit fe8585a

Browse files
committed
some cleanup
1 parent c1eea21 commit fe8585a

File tree

4 files changed

+2
-20
lines changed

4 files changed

+2
-20
lines changed

src/SUMMARY.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,4 @@
113113

114114
---
115115

116-
[](./important-links.md)
117-
118116
[pau]: ./borrow_check/region_inference/placeholders_and_universes.md

src/implementing_new_features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,5 +178,5 @@ a new unstable feature:
178178
[`feature_gate::check::check_crate`]: https://doc.rust-lang.org/nightly/nightly-rustc/syntax/feature_gate/check/fn.check_crate.html
179179
[value the stability of Rust]: https://github.com/rust-lang/rfcs/blob/master/text/1122-language-semver.md
180180
[stability in code]: #stability-in-code
181-
[here]: https://rust-lang.github.io/rustc-guide/stabilization_guide.html
181+
[here]: ./stabilization_guide.md
182182
[tracking issue]: #tracking-issue

src/important-links.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

src/tests/running.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ exists in the test file. For example, you can run all the tests in
123123
By passing `--pass $mode`, you can reduce the testing time. For each
124124
mode, please see [here][mode].
125125

126-
[mode]: https://rust-lang.github.io/rustc-guide/tests/adding.html#tests-that-do-not-result-in-compile-errors
126+
[mode]: ./adding.md#tests-that-do-not-result-in-compile-errors
127127

128128
## Using incremental compilation
129129

0 commit comments

Comments
 (0)