Skip to content

Commit 36f2e8f

Browse files
authored
Merge pull request #19994 from sourcefrog/book-links
Fix some links in the book
2 parents c3b1543 + 1bdd12d commit 36f2e8f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/tools/rust-analyzer/docs/book/src/contributing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To learn more about how rust-analyzer works, see [Architecture](architecture.md)
1313
It also explains the high-level layout of the source code.
1414
Do skim through that document.
1515

16-
We also publish rustdoc docs to pages: https://rust-lang.github.io/rust-analyzer/ide/.
16+
We also publish rustdoc docs to <https://rust-lang.github.io/rust-analyzer/ide/>.
1717
Note though, that the internal documentation is very incomplete.
1818

1919
Various organizational and process issues are discussed in this document.

src/tools/rust-analyzer/docs/book/src/troubleshooting.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,4 @@ It is especially useful when the `repo` doesn’t use external crates or
4646
the standard library.
4747

4848
If you want to go as far as to modify the source code to debug the
49-
problem, be sure to take a look at the [dev
50-
docs](https://github.com/rust-lang/rust-analyzer/tree/master/docs/dev)!
49+
problem, be sure to take a look at the [contribution guide](contributing/index.html)!

0 commit comments

Comments
 (0)