]> git.lizzy.rs Git - rust.git/blobdiff - Contributing.md
chore: disable clippy::matches_like_macro lint
[rust.git] / Contributing.md
index 1b77dad11f0fe9b397de1f4ddc28f1452d4dd7a2..a108195beb9a6d16996a85395cebd607fa0b8c2f 100644 (file)
@@ -138,8 +138,8 @@ format.
 
 There are different nodes for every kind of item and expression in Rust. For
 more details see the source code in the compiler -
-[ast.rs](https://dxr.mozilla.org/rust/source/src/libsyntax/ast.rs) - and/or the
-[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html).
+[ast.rs](https://github.com/rust-lang/rust/blob/master/compiler/rustc_ast/src/ast.rs) - and/or the
+[docs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc_ast/ast/index.html).
 
 Many nodes in the AST (but not all, annoyingly) have a `Span`. A `Span` is a
 range in the source code, it can easily be converted to a snippet of source