aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--website/src/index.html4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index c875dbb54..50918ee5e 100644
--- a/README.md
+++ b/README.md
@@ -55,7 +55,7 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
55## Quick Links 55## Quick Links
56 56
57* Work List: https://paper.dropbox.com/doc/RLS-2.0-work-list--AZ3BgHKKCtqszbsi3gi6sjchAQ-42vbnxzuKq2lKwW0mkn8Y 57* Work List: https://paper.dropbox.com/doc/RLS-2.0-work-list--AZ3BgHKKCtqszbsi3gi6sjchAQ-42vbnxzuKq2lKwW0mkn8Y
58* API docs: https://rust-analyzer.github.io/rust-analyzer/api-docs/ra_ide_api/index.html 58* API docs: https://rust-analyzer.github.io/rust-analyzer/api-docs/ra_ide_api/
59* CI: https://travis-ci.org/rust-analyzer/rust-analyzer 59* CI: https://travis-ci.org/rust-analyzer/rust-analyzer
60 60
61## License 61## License
diff --git a/website/src/index.html b/website/src/index.html
index 0b678b499..6fe22227b 100644
--- a/website/src/index.html
+++ b/website/src/index.html
@@ -10,10 +10,10 @@
10 <h1>rust-analyzer</h1> 10 <h1>rust-analyzer</h1>
11 <ul> 11 <ul>
12 <li> 12 <li>
13 <a href="./api-docs/ra_ide_api/index.html">API Docs</a> 13 <a href="./api-docs/ra_ide_api/">API Docs</a>
14 </li> 14 </li>
15 <li> 15 <li>
16 <a href="./wasm-demo/index.html">WASM Demo</a> 16 <a href="./wasm-demo/">WASM Demo</a>
17 </li> 17 </li>
18 </ul> 18 </ul>
19</body> 19</body>