aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKartikaya Gupta <kgupta@mozilla.com>2016-11-18 16:45:20 -0500
committerKartikaya Gupta <kgupta@mozilla.com>2016-11-18 16:45:20 -0500
commit802386dd7f4b51debb1c13cc05308b4db01cc29a (patch)
tree9b647eb6e34e0f17a492c1f1b34d1f42e22f6f96
parent696b806284795db461992be7b38861e5d110a204 (diff)
downloadservo-802386dd7f4b51debb1c13cc05308b4db01cc29a.tar.gz
servo-802386dd7f4b51debb1c13cc05308b4db01cc29a.zip
Fix out-of-date link in documentation
-rw-r--r--docs/HACKING_QUICKSTART.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md
index 989fb39f542..d391ae5da08 100644
--- a/docs/HACKING_QUICKSTART.md
+++ b/docs/HACKING_QUICKSTART.md
@@ -123,7 +123,7 @@ paths = ['../glutin', '../cocoa-rs']
This will tell any cargo project to not use the online version of the dependency, but your local clone.
-For more details about overriding dependencies, see [Cargo's documentation](http://doc.crates.io/guide.html#overriding-dependencies).
+For more details about overriding dependencies, see [Cargo's documentation](http://doc.crates.io/specifying-dependencies.html#overriding-dependencies).
## Debugging