mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Auto merge of #14282 - staktrace:doc-fix, r=emilio
Fix out-of-date link in documentation <!-- Please describe your changes on the following line: --> The documentation referenced has moved, so the link needs to be updated. --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because doc change only <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14282) <!-- Reviewable:end -->
This commit is contained in:
commit
dd611ef310
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue