Fixing getting started link. - hugo - [fork] hugo port for 9front
(HTM) git clone git@git.drkhsh.at/hugo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit de9f9ae16e9a17d697ebb0ba634f91f24a5f9971
(DIR) parent f6e590e536e989231a285e70b346375a80a9768d
(HTM) Author: spf13 <steve.francia@gmail.com>
Date: Mon, 5 Aug 2013 11:12:39 +0200
Fixing getting started link.
Diffstat:
M docs/layouts/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/docs/layouts/index.html b/docs/layouts/index.html
@@ -20,7 +20,7 @@
<p>A Fast and Flexible Static Site Generator built with love by <a href="http://spf13.com">spf13</a>
and <a href="http://github.com/spf13/hugo/graphs/contributors">friends</a> in Go</p>
<p>
- <a class="btn btn-large btn-success" href="/doc/installing.html">Get Started</a>
+ <a class="btn btn-large btn-success" href="/doc/installing">Get Started</a>
</p>
</div>
<div class="row-fluid">