summaryrefslogtreecommitdiff
path: root/templates/pages/development.mako
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 20:58:45 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2010-04-07 20:58:45 +0200
commit318ce04c62bdf9cd744c406e1d5a15f8504e64dc (patch)
treead57e408946ecf14716c575e036a4c4b207c8e57 /templates/pages/development.mako
parent1804ddc061607c9f266800309fe4faa7b9fcb0b4 (diff)
downloadweb-318ce04c62bdf9cd744c406e1d5a15f8504e64dc.tar.gz
web-318ce04c62bdf9cd744c406e1d5a15f8504e64dc.tar.bz2
web-318ce04c62bdf9cd744c406e1d5a15f8504e64dc.zip
Fixed internal links
Diffstat (limited to 'templates/pages/development.mako')
-rw-r--r--templates/pages/development.mako4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/pages/development.mako b/templates/pages/development.mako
index 20d8054..dfc6200 100644
--- a/templates/pages/development.mako
+++ b/templates/pages/development.mako
@@ -27,7 +27,7 @@ git clone git://necoro.eu/portato.git
git pull
</%self:hl>
<p>
- Sometimes you need to work on a specific version (for instance if you are <a href="/translating">translating</a>). Then you need to check out the specific version branch:
+ Sometimes you need to work on a specific version (for instance if you are <a href=${"/translating" | url}>translating</a>). Then you need to check out the specific version branch:
</p>
<%self:hl lang="bash">
# replace '0.13' by the version you need
@@ -39,7 +39,7 @@ git checkout -b 0.13 origin/0.13
<%self:h2>Filing a bug</%self:h2>
<p>
- You can do this in the <a href="/r/bugs">bugtracker</a>.
+ You can do this in the <a href=${"/r/bugs" | url}>bugtracker</a>.
</p>
<%self:h2>Documentation</%self:h2>