Skip to content

Commit e4110c3

Browse files
committed
Fixes #143. Adjusted canoncial tag to point to correct URL
1 parent ed7e044 commit e4110c3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/theme/deis/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
3535
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
3636
{%- if pagename == 'index' %}
37-
<link rel="canonical" href="http://deis.io/docs/latest/">
37+
<link rel="canonical" href="http://docs.deis.io/en/latest">
3838
{% else %}
39-
<link rel="canonical" href="http://deis.io/docs/latest/{{ pagename }}/">
39+
<link rel="canonical" href="http://docs.deis.io/en/latest/{{ pagename }}/">
4040
{% endif %}
4141
{% block extrahead %}{% endblock %}
4242
</head>

0 commit comments

Comments
 (0)