diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-08 03:22:21 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-08 03:22:21 +0200 |
commit | d763e329121029beb4764f09ffa7ad240265b2b8 (patch) | |
tree | fbeba653c64f986ebd6f17057eef9aac701d68b5 /templates | |
parent | 3b8dc6b9595a3e2abfbc2d031c09635f28677c56 (diff) | |
download | web-d763e329121029beb4764f09ffa7ad240265b2b8.tar.gz web-d763e329121029beb4764f09ffa7ad240265b2b8.tar.bz2 web-d763e329121029beb4764f09ffa7ad240265b2b8.zip |
Fixed URL to changelog
Diffstat (limited to '')
-rw-r--r-- | templates/pages/changelog.mako | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/pages/changelog.mako b/templates/pages/changelog.mako index 188b528..b76cabe 100644 --- a/templates/pages/changelog.mako +++ b/templates/pages/changelog.mako @@ -6,7 +6,7 @@ <%inherit file="/page.mako" /> <%def name="preface()"> <p> - This is a condensed changelog (starting with version <a href="#0.8.5">0.8.5</a>) for portato. The complete one can be found in the <a href="http://git.zakarum.de/portato.git/tree/doc/NEWS">sources</a>. + This is a condensed changelog (starting with version <a href="#0.8.5">0.8.5</a>) for portato. The complete one can be found in the <a href="http://git.necoro.eu/portato.git/tree/doc/NEWS">sources</a>. </p> <p> <strong>Note:</strong> Releases with a forth version number (e.g. <em>0.9.0.2</em>) is a bugfix release and therefore not mentioned extra. From <a href="#0.10">0.10</a> onwards, the third part is omitted. This means, that now everything with a third number is a bugfix release. |