about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authormemoryruins <memoryruinsmusic@gmail.com>2019-10-14 12:16:38 -0400
committerGitHub <noreply@github.com>2019-10-14 12:16:38 -0400
commit8b0e0e2a78d67308c48bc7fdc9d68708aa0276dd (patch)
tree7080055ee4a15486b668a5d91347267f783c9953 /docs/dev
parent8e3864fd580fb93e8ce92e4b4e6ac51050e54047 (diff)
downloadrust-8b0e0e2a78d67308c48bc7fdc9d68708aa0276dd.tar.gz
rust-8b0e0e2a78d67308c48bc7fdc9d68708aa0276dd.zip
Update link to api rustdocs
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index 0db3e731eeb..5e18e4ffe01 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -14,7 +14,7 @@ To learn more about how rust-analyzer works, see
 
 We also publish rustdoc docs to pages:
 
-https://rust-analyzer.github.io/rust-analyzer/ra_ide_api/index.html
+https://rust-analyzer.github.io/rust-analyzer/api-docs/ra_ide_api/
 
 Various organizational and process issues are discussed in this document.