]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/reference/src/types/inferred.md
New upstream version 1.41.1+dfsg1
[rustc.git] / src / doc / reference / src / types / inferred.md
index 0100758b21b69775412f54f9afb040a36b109b4e..c754f310b78e468db4738c8f2a1238702cfaae00 100644 (file)
@@ -13,6 +13,6 @@ let x: Vec<_> = (0..10).collect();
 
 <!--
   What else should be said here?
-  The only documentation I am aware of is https://rust-lang-nursery.github.io/rustc-guide/type-inference.html
+  The only documentation I am aware of is https://rust-lang.github.io/rustc-guide/type-inference.html
   There should be a broader discussion of type inference somewhere.
 -->