fix links

This commit is contained in:
Aleksey Kladov 2019-09-02 15:02:45 +03:00
parent 798dc2ca80
commit c46889ac41
2 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frls-2.2E0
## Quick Links
* Work List: https://paper.dropbox.com/doc/RLS-2.0-work-list--AZ3BgHKKCtqszbsi3gi6sjchAQ-42vbnxzuKq2lKwW0mkn8Y
* API docs: https://rust-analyzer.github.io/rust-analyzer/api-docs/ra_ide_api/index.html
* API docs: https://rust-analyzer.github.io/rust-analyzer/api-docs/ra_ide_api/
* CI: https://travis-ci.org/rust-analyzer/rust-analyzer
## License

View file

@ -10,10 +10,10 @@
<h1>rust-analyzer</h1>
<ul>
<li>
<a href="./api-docs/ra_ide_api/index.html">API Docs</a>
<a href="./api-docs/ra_ide_api/">API Docs</a>
</li>
<li>
<a href="./wasm-demo/index.html">WASM Demo</a>
<a href="./wasm-demo/">WASM Demo</a>
</li>
</ul>
</body>