Skip to content

Commit 9600742

Browse files
committed
fix updating-docs link, add regression test
1 parent e7d7e38 commit 9600742

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,3 +82,4 @@
8282
[Appendix B: Background material](./appendix/background.md)
8383
[Appendix C: Glossary](./appendix/glossary.md)
8484
[Appendix D: Code Index](./appendix/code-index.md)
85+
[](./important-links.md)

src/important-links.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Ignore me
2+
3+
This file is a collection of links that are not link-checked by anyone else,
4+
but we want them to work. For example, the stabilization guide link is often
5+
posted to tracking issues on GitHub, which might break later if the guide is
6+
changed.
7+
8+
[Skip this file. Or read it; I'm book, not a cop.](https://imgur.com/gallery/mSHi8)
9+
10+
[1](https://forge.rust-lang.org/stabilization-guide.html)
11+
[2](https://rust-lang.github.io/rustc-guide/stabilization_guide.html#documentation-prs)
12+
[3](https://forge.rust-lang.org/stabilization-guide.html#updating-documentation)

src/stabilization_guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ following steps.
1111

1212
## Documentation PRs
1313

14+
<a name="updating-documentation"></a>
15+
1416
If any documentation for this feature exists, it should be
1517
in the [`Unstable Book`], located at [`src/doc/unstable-book`].
1618
If it exists, the page for the feature gate should be removed.

0 commit comments

Comments
 (0)