Skip to content

Commit

Permalink
MAGEDOC-2685: Revert change to tutorial template to restore functiona…
Browse files Browse the repository at this point in the history
…lity
  • Loading branch information
jeff-matthews committed Nov 17, 2017
1 parent eb8afde commit c394973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% assign parent = page.breadcrumbs[0] %}
<div class="back-link">
<a href="{{parent.url}}">
<a href="{{page.baseurl}}{{parent.url}}">
<i class="back-link-arrow"></i>
<span class="back-link-subtitle">Return to</span>
<span class="back-link-title">{{ parent.title }}</span>
Expand Down

0 comments on commit c394973

Please sign in to comment.