Skip to content

Commit 1cdf499

Browse files
author
Rajkumar Natarajan
committed
issue 130 stabilization guide
1 parent 91f4534 commit 1cdf499

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/stabilization_guide.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ following steps.
1212
## Documentation PRs
1313

1414
If any documentation for this feature exists, it should be
15-
in the `Unstable Book`, located at `src/doc/unstable-book`.
15+
in the [`Unstable Book`], located at [`src/doc/unstable-book`].
1616
If it exists, the page for the feature gate should be removed.
1717

1818
If there was documentation there, integrating it into the
@@ -177,3 +177,5 @@ if something { /* XXX */ }
177177
[The Reference]: https://github.com/rust-lang-nursery/reference
178178
[The Book]: https://github.com/rust-lang/book
179179
[Rust by Example]: https://github.com/rust-lang/rust-by-example
180+
[`Unstable Book`]: https://doc.rust-lang.org/unstable-book/index.html
181+
[`src/doc/unstable-book`]: https://github.com/rust-lang/rust/tree/master/src/doc/unstable-book

src/walkthrough.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,6 @@ After this, [a PR is made][stab] to remove the feature gate, enabling the featur
258258
default (on the 2018 edition). A note is added to the [Release notes][relnotes]
259259
about the feature.
260260

261-
[stab]: https://github.com/rust-lang/rust/pull/56245
262-
263-
[feature-stab]: https://forge.rust-lang.org/stabilization-guide.html
261+
Steps to stabilize the feature can be found at [Stabilizing Features](./stabilization_guide.md).
264262

265263
[relnotes]: https://github.com/rust-lang/rust/blob/master/RELEASES.md

0 commit comments

Comments
 (0)