Skip to content

Commit

Permalink
Link the latest getting started guide from the home page
Browse files Browse the repository at this point in the history
  • Loading branch information
jodosha committed Nov 7, 2017
1 parent 77420a8 commit 62eb6a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layouts/home.erb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<p id="motto" class="lead m-b-lg p-b-md">The web, with simplicity</p>
<div class="app-block-cta">
<a href="#install" class="btn btn-primary m-t">Install v<%= hanami_version %></a>
<a href="/guides/getting-started" target="_blank" class="btn btn-default btn-outline m-t">Getting Started</a>
<a href="<%= latest_stable_version_guides_path %>/getting-started" target="_blank" class="btn btn-default btn-outline m-t">Getting Started</a>
<br>
<em class="hanami-release-date">Released on <%= hanami_release_date %></em>
</div>
Expand Down

0 comments on commit 62eb6a4

Please sign in to comment.