Skip to content

Commit fe29b2a

Browse files
authored
Merge pull request #2632 from phansch/master
Link to official nightly documentation
2 parents dd807e2 + d93ae12 commit fe29b2a

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)