Skip to content

Commit d93ae12

Browse files
committed
Link to official nightly documentation
Since rust-lang/rust-central-station#40 has been merged, we have a stable location for the nightly docs.
1 parent dd807e2 commit d93ae12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ format.
108108
There are different nodes for every kind of item and expression in Rust. For
109109
more details see the source code in the compiler -
110110
[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).
111+
[docs](https://doc.rust-lang.org/nightly/nightly-rustc/syntax/ast/index.html).
112112

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

0 commit comments

Comments
 (0)