aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-12 16:34:03 +0200
committerLoïc Hoguin <[email protected]>2015-10-12 16:34:03 +0200
commite8f74bc28ca52437d25981488fb36c2431824dd5 (patch)
tree5bacb64ce445bb7385a934ad69e679fd0794c397
parent32e58837b85b1632263629adeffdbae40d0e969b (diff)
downloaderlang.mk-e8f74bc28ca52437d25981488fb36c2431824dd5.tar.gz
erlang.mk-e8f74bc28ca52437d25981488fb36c2431824dd5.tar.bz2
erlang.mk-e8f74bc28ca52437d25981488fb36c2431824dd5.zip
Add link to the user guide
-rw-r--r--index.html2
-rw-r--r--templates/guide_header.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b9aa289..9b6a1f7 100644
--- a/index.html
+++ b/index.html
@@ -25,7 +25,7 @@ span.dir{color:purple}
<body>
<header>
<nav class="left">
- <a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/book.asciidoc">User guide</a>
+ <a href="guide/index.html">User guide</a>
<a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/getting_started.asciidoc">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>
diff --git a/templates/guide_header.tpl b/templates/guide_header.tpl
index 5f70fc5..30fb2a0 100644
--- a/templates/guide_header.tpl
+++ b/templates/guide_header.tpl
@@ -25,7 +25,7 @@ div.navfooter{margin-bottom:1em}
<body>
<header>
<nav class="left">
- <a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/book.asciidoc">User guide</a>
+ <a href="index.html">User guide</a>
<a href="https://github.com/ninenines/erlang.mk/blob/master/doc/src/guide/getting_started.asciidoc">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>