Skip to content

Commit 628b81e

Browse files
committed
Auto merge of #12143 - QiangHeisenberg:doc_issue, r=weihanglo
Fixes: Incorrect document link ### What does this PR try to resolve? Fixes #12142 Fix link errors.
2 parents f7d0c8b + c5f88fe commit 628b81e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/src/faq.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,9 @@ Yes!
9898

9999
All commits to Cargo are required to pass the local test suite on Windows.
100100
If you encounter an issue while running on Windows, we consider it a bug, so [please file an
101-
issue][3].
101+
issue][cargo-issues].
102102

103-
[3]: https://github.com/rust-lang/cargo/issues
103+
[cargo-issues]: https://github.com/rust-lang/cargo/issues
104104

105105
### Why do binaries have `Cargo.lock` in version control, but not libraries?
106106

0 commit comments

Comments
 (0)