Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1255 from acorncom/tweaked-edit-link
Browse files Browse the repository at this point in the history
Tweaked the edit link on the guides pages
  • Loading branch information
locks committed Feb 16, 2016
2 parents ef7772f + cb63710 commit c492114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/layout.erb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<article class="chapter">
<h1>
<%= page_title %>
<a href="https://github.com/emberjs/guides/edit/master/source/<%= current_page.path.gsub('html', 'md') %>"
<a href="https://github.com/emberjs/guides/edit/master/source/localizable/<%= current_page.path.gsub('html', 'md') %>"
target="_blank" class="edit-page icon-pencil">Edit Page</a>
</h1>
<hr>
Expand Down

0 comments on commit c492114

Please sign in to comment.