From 318ce04c62bdf9cd744c406e1d5a15f8504e64dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Wed, 7 Apr 2010 20:58:45 +0200 Subject: Fixed internal links --- templates/pages/development.mako | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/pages/development.mako') 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

- Sometimes you need to work on a specific version (for instance if you are translating). Then you need to check out the specific version branch: + Sometimes you need to work on a specific version (for instance if you are translating). Then you need to check out the specific version branch:

<%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

- You can do this in the bugtracker. + You can do this in the bugtracker.

<%self:h2>Documentation -- cgit v1.2.3