We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd807e2 + d93ae12 commit fe29b2aCopy full SHA for fe29b2a
Contributing.md
@@ -108,7 +108,7 @@ format.
108
There are different nodes for every kind of item and expression in Rust. For
109
more details see the source code in the compiler -
110
[ast.rs](https://dxr.mozilla.org/rust/source/src/libsyntax/ast.rs) - and/or the
111
-[docs](http://manishearth.github.io/rust-internals-docs/syntax/ast/index.html).
+[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html).
112
113
Many nodes in the AST (but not all, annoyingly) have a `Span`. A `Span` is a
114
range in the source code, it can easily be converted to a snippet of source
0 commit comments