diff options
author | Loïc Hoguin <[email protected]> | 2015-10-12 17:02:42 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-10-12 17:02:42 +0200 |
commit | 8220dbb30df311a5d8e8735bebd84f19e6bd2809 (patch) | |
tree | de5789072a2177cb5894e103c74d951f3ab6a5be /templates/guide_header.tpl | |
parent | 153cf9b9c67f3b43a1b2b28a07000b9d9be0f26b (diff) | |
download | erlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.tar.gz erlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.tar.bz2 erlang.mk-8220dbb30df311a5d8e8735bebd84f19e6bd2809.zip |
Set tutorials link to getting started
At least for now.
Diffstat (limited to 'templates/guide_header.tpl')
-rw-r--r-- | templates/guide_header.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
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"> |