about summary refs log tree commit diff
path: root/src/tools/rust-analyzer/docs
diff options
context:
space:
mode:
authorMartin Pool <mbp@sourcefrog.net>2025-06-13 07:36:40 -0700
committerMartin Pool <mbp@sourcefrog.net>2025-06-13 07:36:51 -0700
commit1bdd12ddc19263a3f34557060f09707b7e05e55b (patch)
treeb08bf3dbd06d36a68428aad857fbd3a0fb64685c /src/tools/rust-analyzer/docs
parent6438b31117bf8c8ebea6701e178ec4194a0ffcdd (diff)
downloadrust-1bdd12ddc19263a3f34557060f09707b7e05e55b.tar.gz
rust-1bdd12ddc19263a3f34557060f09707b7e05e55b.zip
Make the URL a hyperlink
Diffstat (limited to 'src/tools/rust-analyzer/docs')
-rw-r--r--src/tools/rust-analyzer/docs/book/src/contributing/README.md2
1 files changed, 1 insertions, 1 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.