Merge pull request #19994 from sourcefrog/book-links

Fix some links in the book
This commit is contained in:
Laurențiu Nicola 2025-06-16 07:02:59 +00:00 committed by GitHub
commit e2c3647c6a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@ To learn more about how rust-analyzer works, see [Architecture](architecture.md)
It also explains the high-level layout of the source code.
Do skim through that document.
We also publish rustdoc docs to pages: https://rust-lang.github.io/rust-analyzer/ide/.
We also publish rustdoc docs to <https://rust-lang.github.io/rust-analyzer/ide/>.
Note though, that the internal documentation is very incomplete.
Various organizational and process issues are discussed in this document.

View File

@ -46,5 +46,4 @@ It is especially useful when the `repo` doesnt use external crates or
the standard library.
If you want to go as far as to modify the source code to debug the
problem, be sure to take a look at the [dev
docs](https://github.com/rust-lang/rust-analyzer/tree/master/docs/dev)!
problem, be sure to take a look at the [contribution guide](contributing/index.html)!