Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
marocchino committed Dec 14, 2015
1 parent eee7628 commit b993d16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/partials/_footer.haml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#prod-versions
Docs:
= link_to("Previous Version (#{versions[-2]})", "/#{versions[-2]}/index.html", :class => ('current' if v == versions[-2]))
= link_to("Current Version (#{current_version})", "/", :class => ('current' if v == current_version))
= link_to("Current Version (#{current_version})", "/index.html", :class => ('current' if v == current_version))

:javascript
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
Expand Down
2 changes: 1 addition & 1 deletion source/partials/_header.haml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#header
- logo_img = image_tag('gembundler.png', :width => 725, :alt => "The best way to manage your application's dependencies")
= link_to logo_img, '/', :class => 'image'
= link_to logo_img, '/index.html', :class => 'image'

0 comments on commit b993d16

Please sign in to comment.