aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-20 13:46:39 +0200
committerLoïc Hoguin <[email protected]>2015-10-20 13:46:39 +0200
commitafd11cd36073c29dacd3bfc3c676c67b0d041901 (patch)
tree9ae6afb5b9bc46f283943316219f71481e420dd9
parentc31b2aff1e67ed5ed64f380153a3ce302b78cbfe (diff)
downloaderlang.mk-afd11cd36073c29dacd3bfc3c676c67b0d041901.tar.gz
erlang.mk-afd11cd36073c29dacd3bfc3c676c67b0d041901.tar.bz2
erlang.mk-afd11cd36073c29dacd3bfc3c676c67b0d041901.zip
Fix links in 404.html
-rw-r--r--404.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/404.html b/404.html
index df07e44..e33cf94 100644
--- a/404.html
+++ b/404.html
@@ -19,10 +19,10 @@ h1{font-weight:normal}
<body>
<header>
<nav class="left">
- <a href="guide/index.html">User guide</a>
- <a href="guide/ch02.html">Tutorials</a>
+ <a href="/guide/index.html">User guide</a>
+ <a href="/guide/ch02.html">Tutorials</a>
</nav>
- <a href="/" class="logo"><img src="res/logo-small.png" alt="Erlang.mk" title="Erlang.mk: A build tool for Erlang that just works" height="200" width="206"/></a>
+ <a href="/" class="logo"><img src="/res/logo-small.png" alt="Erlang.mk" title="Erlang.mk: A build tool for Erlang that just works" height="200" width="206"/></a>
<nav class="right">
<a href="https://github.com/ninenines/erlang.mk/tree/master/index">470+ packages</a>
<a href="https://github.com/ninenines/erlang.mk/issues">Issues?</a>