diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2019-09-02 13:05:18 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2019-09-02 13:05:18 +0100 |
commit | 6ecb36740a81445cf103577c3f9e9e6f831d0a1b (patch) | |
tree | e55dff150b5c9209d166a83245006b0ee7d4cafa /website | |
parent | ef75e461df30a6faf84a1858bf91b85fcdd9fea4 (diff) | |
parent | c46889ac415f57cd551223815b934b5f237fcc5a (diff) |
Merge #1748
1748: fix links r=matklad a=matklad
bors r+
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'website')
-rw-r--r-- | website/src/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
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> |