diff --git a/docs/HACKING_QUICKSTART.md b/docs/HACKING_QUICKSTART.md index 989fb39f5428..d391ae5da087 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