Merge lp:~mew/maas-website/doclink-fixes into lp:maas-website

Proposed by Matthew Wedgwood
Status: Merged
Merged at revision: 12
Proposed branch: lp:~mew/maas-website/doclink-fixes
Merge into: lp:maas-website
Diff against target: 38 lines (+3/-3)
3 files modified
footer.php (+1/-1)
part-header-home.php (+1/-1)
template-community.php (+1/-1)
To merge this branch: bzr merge lp:~mew/maas-website/doclink-fixes
Reviewer Review Type Date Requested Status
Julian Edwards (community) Approve
Jorge Castro Pending
Review via email: mp+186186@code.launchpad.net

Description of the change

Fix links to remove "quantal" from docs references, per bigjools.

To post a comment you must log in.
Revision history for this message
Julian Edwards (julian-edwards) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'footer.php'
2--- footer.php 2013-01-28 15:13:27 +0000
3+++ footer.php 2013-09-17 23:42:24 +0000
4@@ -5,7 +5,7 @@
5 <div>
6 <nav role="navigation" class="clearfix">
7 <ul>
8- <li><a href="https://maas.ubuntu.com/docs/quantal/install.html">Get started</a></li>
9+ <li><a href="https://maas.ubuntu.com/docs/install.html">Get started</a></li>
10 <?php wp_list_pages('sort_column=menu_order&title_li=&depth=2&child_of=7'); ?>
11 </ul>
12 <ul>
13
14=== modified file 'part-header-home.php'
15--- part-header-home.php 2013-01-12 15:45:06 +0000
16+++ part-header-home.php 2013-09-17 23:42:24 +0000
17@@ -3,7 +3,7 @@
18 </div>
19 <h1>Metal as a Service</h1>
20 <h2>Metal as a Service (MAAS) brings the language of the cloud to physical servers. It makes it easy to set up the hardware on which to deploy any service that needs to scale up and down dynamically; a cloud being just one example.</h2>
21-<a class="link-action2" href="/docs/quantal/install.html">
22+<a class="link-action2" href="/docs/install.html">
23 <span class="cta-left"></span>
24 <span class="cta-center">Get started now</span>
25 <span class="cta-right"></span>
26
27=== modified file 'template-community.php'
28--- template-community.php 2013-01-11 15:33:04 +0000
29+++ template-community.php 2013-09-17 23:42:24 +0000
30@@ -12,7 +12,7 @@
31 <h2>Contribute</h2>
32 <ul>
33 <li>
34- <a href="/docs/quantal/orientation.html">
35+ <a href="/docs/orientation.html">
36 <img src="<?php echo get_template_directory_uri(); ?>/img/pictogram-cog.png" width="47" height="49" alt="" />
37 <h4>Get started with MAAS</h4>
38 </a>

Subscribers

People subscribed via source and target branches

to all changes: