Skip to content

Commit 6495024

Browse files
Updating outdated links (#4869)
* Updating outdated links Updating the links to the docs and source code for `ast.rs`. Seems like it was moved to a new crate at some point. * Updating more outdated links This time, the links to the `fmt-rfcs` repository, which is now owned by `rust-dev-tools` (although GitHub was redirecting anyway). * Update Contributing.md Co-authored-by: Caleb Cartwright <[email protected]> Co-authored-by: Caleb Cartwright <[email protected]>
1 parent 0902edc commit 6495024

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: Contributing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ format.
138138

139139
There are different nodes for every kind of item and expression in Rust. For
140140
more details see the source code in the compiler -
141-
[ast.rs](https://dxr.mozilla.org/rust/source/src/libsyntax/ast.rs) - and/or the
142-
[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html).
141+
[ast.rs](https://github.com/rust-lang/rust/blob/master/compiler/rustc_ast/src/ast.rs) - and/or the
142+
[docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html).
143143

144144
Many nodes in the AST (but not all, annoyingly) have a `Span`. A `Span` is a
145145
range in the source code, it can easily be converted to a snippet of source

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -230,5 +230,5 @@ Apache License (Version 2.0).
230230
See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.
231231

232232
[rust]: https://github.com/rust-lang/rust
233-
[fmt rfcs]: https://github.com/rust-lang-nursery/fmt-rfcs
234-
[style guide]: https://github.com/rust-lang-nursery/fmt-rfcs/blob/master/guide/guide.md
233+
[fmt rfcs]: https://github.com/rust-dev-tools/fmt-rfcs
234+
[style guide]: https://github.com/rust-dev-tools/fmt-rfcs/blob/master/guide/guide.md

0 commit comments

Comments
 (0)