1
Fork 0

Rollup merge of #87031 - ZuseZ4:patch-1, r=GuillaumeGomez

Update reference.md

I ran into a link to the outdated src/doc/reference.md here: https://users.rust-lang.org/t/conditional-compilation-for-debug-release/1098/6
Apparently the Rust reference has moved again, so the link gave a 404 error. This should fix it.
This commit is contained in:
Yuki Okushi 2021-07-12 04:32:01 +09:00 committed by GitHub
commit a2eebfbec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
% The Rust Reference has moved % The Rust Reference has moved
We've split up the reference into chapters. Please find it at its new We've split up the reference into chapters. Please find it at its new
home [here](reference/index.html). home [here](https://doc.rust-lang.org/stable/reference/introduction.html).