File tree Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Expand file tree Collapse file tree 3 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 82
82
[ Appendix B: Background material] ( ./appendix/background.md )
83
83
[ Appendix C: Glossary] ( ./appendix/glossary.md )
84
84
[ Appendix D: Code Index] ( ./appendix/code-index.md )
85
+ [ ] ( ./important-links.md )
Original file line number Diff line number Diff line change
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 )
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ following steps.
11
11
12
12
## Documentation PRs
13
13
14
+ <a name =" updating-documentation " ></a >
15
+
14
16
If any documentation for this feature exists, it should be
15
17
in the [ ` Unstable Book ` ] , located at [ ` src/doc/unstable-book ` ] .
16
18
If it exists, the page for the feature gate should be removed.
You can’t perform that action at this time.
0 commit comments