aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMilo Casagrande <milo.casagrande@linaro.org>2014-06-23 11:20:16 +0200
committerMilo Casagrande <milo.casagrande@linaro.org>2014-06-23 11:20:16 +0200
commit5ceb2ccc10fb17457c0ff12097ba572c79ad7cbb (patch)
tree8641c3510c9361fb5445b55c6560c975cb3f43bd
parentab4d2fb753a18330b4dd804644676b19e882b717 (diff)
header.html: Fix the code link.
Change-Id: I19460d2ab916d2522f8ddbcd91b975e99be678dd
-rw-r--r--templates/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/header.html b/templates/header.html
index e5d0d97..3a9e1cb 100644
--- a/templates/header.html
+++ b/templates/header.html
@@ -34,7 +34,7 @@
{% block content %}{% endblock %}
</div>
<div id="footer">
- Running <a href="https://launchpad.net/linaro-license-protection">lp:linaro-license-protection</a> r{{ revno }}.
+ Running <a href="https://git.linaro.org/infrastructure/linaro-license-protection.git">linaro-license-protection</a> {{ revno }}.
</div>
</body>
</html>