aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2015-10-12 17:02:42 +0200
committerLoïc Hoguin <[email protected]>2015-10-12 17:02:42 +0200
commit8220dbb30df311a5d8e8735bebd84f19e6bd2809 (patch)
treede5789072a2177cb5894e103c74d951f3ab6a5be
parent153cf9b9c67f3b43a1b2b28a07000b9d9be0f26b (diff)
downloaderlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.tar.gz
erlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.tar.bz2
erlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.zip
Set tutorials link to getting started
At least for now.
-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 9b6a1f7..f3de091 100644
--- a/index.html
+++ b/index.html
@@ -26,7 +26,7 @@ span.dir{color:purple}
<header>
<nav class="left">
<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>
+ <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>
<nav class="right">
diff --git a/templates/guide_header.tpl b/templates/guide_header.tpl
index 8d6160d..8a4e410 100644
--- a/templates/guide_header.tpl
+++ b/templates/guide_header.tpl
@@ -21,7 +21,7 @@ div.navfooter{margin-bottom:1em}
<header>
<nav class="left">
<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>
+ <a href="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>
<nav class="right">