about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs/book
diff options
context:
space:
mode:
authorLaurențiu Nicola <lnicola@users.noreply.github.com>2025-06-16 07:02:59 +0000
committerGitHub <noreply@github.com>2025-06-16 07:02:59 +0000
commit36f2e8fff274db035505d8759aec6b5acc26a216 (patch)
tree357ba786cd4fcc637ce589d9301ee1c21d2d28c0 /src/tools/rust-analyzer/docs/book
parentc3b1543f5ead36172472a849f86aadaf99c1ee5e (diff)
parent1bdd12ddc19263a3f34557060f09707b7e05e55b (diff)
downloadrust-36f2e8fff274db035505d8759aec6b5acc26a216.tar.gz
rust-36f2e8fff274db035505d8759aec6b5acc26a216.zip
Merge pull request #19994 from sourcefrog/book-links
Fix some links in the book
Diffstat (limited to 'src/tools/rust-analyzer/docs/book')
-rw-r--r--src/tools/rust-analyzer/docs/book/src/contributing/README.md2
-rw-r--r--src/tools/rust-analyzer/docs/book/src/troubleshooting.md3
2 files changed, 2 insertions, 3 deletions
diff --git a/src/tools/rust-analyzer/docs/book/src/contributing/README.md b/src/tools/rust-analyzer/docs/book/src/contributing/README.md
index 5f4a74eba28..beb94cdfc41 100644
--- a/src/tools/rust-analyzer/docs/book/src/contributing/README.md
+++ b/src/tools/rust-analyzer/docs/book/src/contributing/README.md
@@ -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.
diff --git a/src/tools/rust-analyzer/docs/book/src/troubleshooting.md b/src/tools/rust-analyzer/docs/book/src/troubleshooting.md
index 4092b9de990..1b2841421a4 100644
--- a/src/tools/rust-analyzer/docs/book/src/troubleshooting.md
+++ b/src/tools/rust-analyzer/docs/book/src/troubleshooting.md
@@ -46,5 +46,4 @@ It is especially useful when the `repo` doesn’t 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)!