diff options
Diffstat (limited to 'website/src')
-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> |