aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--data/templates/base.htm2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 0fd00b3..fd01707 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-08-20 Christian Weiske <cweiske@cweiske.de>
+
+ * Fix bug #41: AGPL link broken
+
2013-08-20 Fredrik Nygren <frny@valteo.net>
* Implement request #37: Add avatar to navbar and profile page
diff --git a/data/templates/base.htm b/data/templates/base.htm
index 75f9d18..90ccc0a 100644
--- a/data/templates/base.htm
+++ b/data/templates/base.htm
@@ -86,7 +86,7 @@
<div class="container footer">
<a href="//sf.net/p/phorkie/">phorkie</a>,
the self-hosted, git-based pastebin software is available under the
- <a href="https://sf.net/p/phorkie/">
+ <a href="http://www.gnu.org/licenses/agpl-3.0.html">
<abbr title="GNU Affero General Public License">AGPL</abbr></a>.
</div>
</body>