about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPaul ADENOT <paul@paul.cx>2015-03-16 19:56:14 +0100
committerPaul ADENOT <paul@paul.cx>2015-03-16 19:56:14 +0100
commit7dbcf08211cacc6e567d23efdec8519eca2f0e8b (patch)
treeedd12902e622dcfa783259a0f0f76a45dc287064
parentcc789193e11ab2d864db3186aa1961283b3d4cdc (diff)
downloadrust-7dbcf08211cacc6e567d23efdec8519eca2f0e8b.tar.gz
rust-7dbcf08211cacc6e567d23efdec8519eca2f0e8b.zip
Fix 404 to crates.io's doc on integrating with a native toolchain
This looks like the most logical target to give to this link, or at least what I would expect as someone that want to integrate with a native library.

r? @steveklabnik
-rw-r--r--src/doc/intro.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/intro.md b/src/doc/intro.md
index 9e575abeee2..51280e58854 100644
--- a/src/doc/intro.md
+++ b/src/doc/intro.md
@@ -140,7 +140,7 @@ right at home if you've used tools like [Bundler](http://bundler.io/),
 [npm](https://www.npmjs.org/), or [pip](https://pip.pypa.io/en/latest/).
 There's no `Makefile`s or endless `autotools` output here. (Rust's tooling does
 [play nice with external libraries written in those
-tools](http://crates.io/native-build.html), if you need to.)
+tools](http://doc.crates.io/build-script.html), if you need to.)
 
 Enough about tools, let's talk code!