summaryrefslogtreecommitdiff
path: root/templates/pages/development.mako
diff options
context:
space:
mode:
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>