launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #13429
[Merge] lp:~evilnick/maas/web-reference into lp:maas
Nick Veitch has proposed merging lp:~evilnick/maas/web-reference into lp:maas.
Commit message:
Changed link in UI templates to point to https://maas.ubuntu.com
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
Related bugs:
Bug #1067261 in MAAS: "Web reference in UI points to wrong place"
https://bugs.launchpad.net/maas/+bug/1067261
For more details, see:
https://code.launchpad.net/~evilnick/maas/web-reference/+merge/129824
Fix for Bug #1067261 - out of date web reference on the web UI pages
--
https://code.launchpad.net/~evilnick/maas/web-reference/+merge/129824
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~evilnick/maas/web-reference into lp:maas.
=== modified file 'src/maasserver/templates/maasserver/base.html'
--- src/maasserver/templates/maasserver/base.html 2012-10-09 10:05:36 +0000
+++ src/maasserver/templates/maasserver/base.html 2012-10-16 09:06:19 +0000
@@ -102,7 +102,7 @@
{% block footer-copyright %}
<p>© 2012 Canonical Ltd. Ubuntu and Canonical are registered
trademarks of Canonical Ltd.
- <a class="space-left-small" href="https://wiki.ubuntu.com/ServerTeam/MAAS/" target="_blank">View Documentation</a></p>
+ <a class="space-left-small" href="https://maas.ubuntu.com/" target="_blank">View Documentation</a></p>
{% endblock %}
<div class="clear"></div>
</div>