Skip to content

Commit b993d16

Browse files
committed
Fix links
1 parent eee7628 commit b993d16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/partials/_footer.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#prod-versions
1414
Docs:
1515
= link_to("Previous Version (#{versions[-2]})", "/#{versions[-2]}/index.html", :class => ('current' if v == versions[-2]))
16-
= link_to("Current Version (#{current_version})", "/", :class => ('current' if v == current_version))
16+
= link_to("Current Version (#{current_version})", "/index.html", :class => ('current' if v == current_version))
1717

1818
:javascript
1919
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

source/partials/_header.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#header
22
- logo_img = image_tag('gembundler.png', :width => 725, :alt => "The best way to manage your application's dependencies")
3-
= link_to logo_img, '/', :class => 'image'
3+
= link_to logo_img, '/index.html', :class => 'image'

0 commit comments

Comments
 (0)