Merge lp:~evilnick/maas/web-reference into lp:~maas-committers/maas/trunk

Proposed by Nick Veitch
Status: Merged
Approved by: Nick Veitch
Approved revision: no longer in the source branch.
Merged at revision: 1277
Proposed branch: lp:~evilnick/maas/web-reference
Merge into: lp:~maas-committers/maas/trunk
Diff against target: 22 lines (+2/-2)
2 files modified
README (+1/-1)
src/maasserver/templates/maasserver/base.html (+1/-1)
To merge this branch: bzr merge lp:~evilnick/maas/web-reference
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+129824@code.launchpad.net

Commit message

Changed link in UI templates to point to https://maas.ubuntu.com

Description of the change

Fix for Bug #1067261 - out of date web reference on the web UI pages

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) wrote :

This link also appears in README; change it there too?

https://wiki.ubuntu.com/ServerTeam/MAAS/AvahiBoot also appears in several places, but maas.ubuntu.com doesn't redirect with path so this can't be changed right now.

review: Approve
Revision history for this message
Nick Veitch (evilnick) wrote :

On 16/10/12 10:53, Gavin Panella wrote:
> Review: Approve
>
> This link also appears in README; change it there too?
>
> https://wiki.ubuntu.com/ServerTeam/MAAS/AvahiBoot also appears in several places, but maas.ubuntu.com doesn't redirect with path so this can't be changed right now.
>
The avahi boot stuff can stay for the moment as at least those docs are
still relevant. Good call on the readme though, i shall change that too.

--
Nick Veitch,
Technical Writer, Cloud Engineering, Canonical
https://launchpad.net/~evilnick

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'README'
2--- README 2012-06-15 11:36:19 +0000
3+++ README 2012-10-16 10:28:21 +0000
4@@ -29,4 +29,4 @@
5
6 For more information see the `MAAS guide`_.
7
8-.. _MAAS guide: https://wiki.ubuntu.com/ServerTeam/MAAS
9+.. _MAAS guide: https://maas.ubuntu.com/
10
11=== modified file 'src/maasserver/templates/maasserver/base.html'
12--- src/maasserver/templates/maasserver/base.html 2012-10-09 10:05:36 +0000
13+++ src/maasserver/templates/maasserver/base.html 2012-10-16 10:28:21 +0000
14@@ -102,7 +102,7 @@
15 {% block footer-copyright %}
16 <p>&copy; 2012 Canonical Ltd. Ubuntu and Canonical are registered
17 trademarks of Canonical Ltd.
18- <a class="space-left-small" href="https://wiki.ubuntu.com/ServerTeam/MAAS/" target="_blank">View Documentation</a></p>
19+ <a class="space-left-small" href="https://maas.ubuntu.com/" target="_blank">View Documentation</a></p>
20 {% endblock %}
21 <div class="clear"></div>
22 </div>