From 802386dd7f4b51debb1c13cc05308b4db01cc29a Mon Sep 17 00:00:00 2001 From: Kartikaya Gupta Date: Fri, 18 Nov 2016 16:45:20 -0500 Subject: [PATCH] Fix out-of-date link in documentation --- docs/HACKING_QUICKSTART.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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