aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-09-02 13:02:45 +0100
committerAleksey Kladov <[email protected]>2019-09-02 13:02:45 +0100
commitc46889ac415f57cd551223815b934b5f237fcc5a (patch)
treee55dff150b5c9209d166a83245006b0ee7d4cafa /website
parent798dc2ca8024c68b02c8e878603c0a4b00dc44e5 (diff)
fix links
Diffstat (limited to 'website')
-rw-r--r--website/src/index.html4
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>