~cpick/+junk/bzr-migration-docs

« back to all changes in this revision

Viewing changes to en/_templates/layout.html

  • Committer: Vincent Ladeuil
  • Date: 2012-02-14 10:18:27 UTC
  • Revision ID: v.ladeuil+lp@free.fr-20120214101827-kjxbjppxggt6fpqg
Fix all references to bazaar-vcs.org

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "!layout.html" %}
2
2
 
3
3
{% block rootrellink %}
4
 
<li><a href="http://bazaar-vcs.org/">
 
4
<li><a href="http://bazaar.canonical.com/en/">
5
5
    <img src="{{ pathto("_static/bzr icon 16.png", 1) }}" /> Home</a>&nbsp;|&nbsp;
6
 
<a href="http://doc.bazaar-vcs.org/en/">Documentation</a>&nbsp;|&nbsp;</li>
 
6
<a href="http://doc.bazaar.canonical.com/en/">Documentation</a>&nbsp;|&nbsp;</li>
7
7
{{ super() }}
8
8
{% endblock %}
9
9