Unnamed repository; edit this file 'description' to name the repository.
Make the URL a hyperlink
Martin Pool 10 months ago
parent 5702ead · commit e3c75ab
-rw-r--r--docs/book/src/contributing/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/book/src/contributing/README.md b/docs/book/src/contributing/README.md
index 5f4a74eba2..beb94cdfc4 100644
--- a/docs/book/src/contributing/README.md
+++ b/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.