diff options
author | Martin Wright <martin@mynameismartin.com> | 2014-06-16 17:17:10 +0100 |
---|---|---|
committer | Louise Crow <louise.crow@gmail.com> | 2014-06-17 12:58:34 +0100 |
commit | 8a12f091a7b4c8499d09977adfc884aa0525cd4d (patch) | |
tree | ff0d301dafbbb7a1e0fb5a348897d2013c63e082 | |
parent | 45fbe61f2b18c72eca8008265cbe00dfe11d3f14 (diff) |
linked up homepage links
-rw-r--r-- | index.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ title: Welcome <div class="container"> <h1><span>Run your own</span> Freedom of Information website</h1> <p>Alaveteli helps you lower the barriers that prevent citizens asking questions of those in power</p> - <p class="action-buttons"><a href="#" class="button">Get started</a> <a href="#" class="button">Learn more</a></p> + <p class="action-buttons"><a href="{{ site.baseurl }}docs/getting_started/" class="button">Get started</a> <a href="{{ site.baseurl }}docs/" class="button">Learn more</a></p> </div> </div> @@ -95,21 +95,21 @@ title: Welcome <div class="get-started__grid-unit get-started__grid-unit--wide"> <div class="get-started__item get-started__item--primary"> <p>From team members to maintenance, our get started guide will walk you through the process of planning, starting and running your own Alaveteli website</p> - <p><a href="#" class="button">Get started</a></p> + <p><a href="{{ site.baseurl }}docs/getting_started/" class="button">Get started</a></p> </div> </div><!-- --><div class="get-started__grid-unit"> <div class="get-started__item get-started__item"> <h3>Get the code</h3> <p>Alaveteli is open source and available to view, download and modify on GitHub</p> - <p><a href="#" class="button">Github</a></p> + <p><a href="https://github.com/mysociety/alaveteli/" class="button">Github</a></p> </div> </div><!-- --><div class="get-started__grid-unit"> <div class="get-started__item get-started__item"> <h3>Speak to us</h3> <p>Need some help? Tell us about your plans</p> - <p class="push-top"><a href="#" class="button">Get in touch</a></p> + <p class="push-top"><a href="{{ site.baseurl }}docs/contact" class="button">Get in touch</a></p> </div> </div> </div> |