Skip to content

Commit 7ab7dad

Browse files
committed
Merge pull request #218 from trevorah/gh-pages
fixed incorrect tutorials link
2 parents 7f280af + 601509d commit 7ab7dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h1 class="entry-title">{{ page.title }}</h1>
1111
{% endif %}
1212
{{ content }}
1313
<footer>
14-
<a href='http://codebar.github.io/tutorials/'>Back to tutorials</a>
14+
<a href='http://tutorials.codebar.io/'>Back to tutorials</a>
1515
<a href='http://codebar.io/'>Codebar mainpage</a>
1616
</footer>
1717
</article>

0 commit comments

Comments
 (0)