Skip to content

Commit 2610312

Browse files
giraffatecalebcartwright
authored andcommitted
Fix broken links in Contributing.md
1 parent 087f52c commit 2610312

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Contributing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,8 @@ format.
200200

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

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

0 commit comments

Comments
 (0)