Fix out-of-date link in documentation

This commit is contained in:
Kartikaya Gupta 2016-11-18 16:45:20 -05:00
parent 696b806284
commit 802386dd7f

View file

@ -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. 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 ## Debugging