We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed7e044 commit e4110c3Copy full SHA for e4110c3
1 file changed
docs/theme/deis/layout.html
@@ -34,9 +34,9 @@
34
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"></script>
35
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
36
{%- if pagename == 'index' %}
37
- <link rel="canonical" href="http://deis.io/docs/latest/">
+ <link rel="canonical" href="http://docs.deis.io/en/latest">
38
{% else %}
39
- <link rel="canonical" href="http://deis.io/docs/latest/{{ pagename }}/">
+ <link rel="canonical" href="http://docs.deis.io/en/latest/{{ pagename }}/">
40
{% endif %}
41
{% block extrahead %}{% endblock %}
42
</head>
0 commit comments