Merge lp:~mbruzek/juju-core/fixed-404-in-authors-charm-writing into lp:juju-core/docs

Proposed by Matt Bruzek
Status: Merged
Merged at revision: 166
Proposed branch: lp:~mbruzek/juju-core/fixed-404-in-authors-charm-writing
Merge into: lp:juju-core/docs
Diff against target: 75 lines (+7/-7)
5 files modified
htmldocs/authors-charm-hooks.html (+2/-2)
htmldocs/authors-charm-policy.html (+1/-1)
htmldocs/authors-hook-errors.html (+1/-1)
htmldocs/authors-hook-kinds.html (+1/-1)
htmldocs/navigation.json (+2/-2)
To merge this branch: bzr merge lp:~mbruzek/juju-core/fixed-404-in-authors-charm-writing
Reviewer Review Type Date Requested Status
Nick Veitch (community) Approve
Review via email: mp+194553@code.launchpad.net

Description of the change

Converted links to author-charm-contents.html to author-charm-components.html
I found four files that needed this update.

To post a comment you must log in.
Revision history for this message
Nick Veitch (evilnick) wrote :

excellent work, thanks!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'htmldocs/authors-charm-hooks.html'
2--- htmldocs/authors-charm-hooks.html 2013-10-10 01:00:24 +0000
3+++ htmldocs/authors-charm-hooks.html 2013-11-08 17:26:09 +0000
4@@ -143,7 +143,7 @@
5
6 <p><code>upgrade-charm</code> runs immediately after any
7 <a href="./authors-charm-upgrades.html">upgrade</a> operation that does <em>not</em>
8-itself interrupt an existing <a href="./authors-hook-errors.html">error state.</a>. It
9+itself interrupt an existing <a href="./authors-hook-errors.html">error state</a>. It
10 should be used to reconcile local state written by some other version of the charm into
11 whatever form it needs to take to be manipulated by the current version.</p>
12
13@@ -290,7 +290,7 @@
14 any context you can to the log before you do so.</li>
15
16 <li>They write only <em>very</em> sparingly to the
17- <a href="./authors-charm-contents.html">charm directory</a>.</li>
18+ <a href="./authors-charm-components.html">charm directory</a>.</li>
19 </ul>
20
21 <p>We recommend you also familiarize yourself with the
22
23=== modified file 'htmldocs/authors-charm-policy.html'
24--- htmldocs/authors-charm-policy.html 2013-10-10 01:00:24 +0000
25+++ htmldocs/authors-charm-policy.html 2013-11-08 17:26:09 +0000
26@@ -97,7 +97,7 @@
27
28 <h2>metadata.yaml</h2>
29
30- <p>This file is an <a href="authors-charm-contents.html">important component</a> of a charm.</p>
31+ <p>This file is an <a href="authors-charm-components.html">important component</a> of a charm.</p>
32 <p>Check out the <a href="https://bazaar.launchpad.net/~charmers/charms/precise/mysql/trunk/view/head:/metadata.yaml">MySQL metadata.yaml</a> as an example.</p>
33
34
35
36=== modified file 'htmldocs/authors-hook-errors.html'
37--- htmldocs/authors-hook-errors.html 2013-10-10 01:00:24 +0000
38+++ htmldocs/authors-hook-errors.html 2013-11-08 17:26:09 +0000
39@@ -102,7 +102,7 @@
40 this possibility and will therefore trust information from its
41 <a href="./authors-hook-environment.html">environment</a> to be more recent and
42 correct than anything it may have previously have recorded in the local
43- <a href="./authors-charm-contents.html">charm directory</a>.</li>
44+ <a href="./authors-charm-components.html">charm directory</a>.</li>
45
46 <li><code>juju resolved --retry</code> reverts the charm directory's contents
47 to whatever they were at the start of the failed hook, and runs the hook again
48
49=== modified file 'htmldocs/authors-hook-kinds.html'
50--- htmldocs/authors-hook-kinds.html 2013-10-10 01:00:24 +0000
51+++ htmldocs/authors-hook-kinds.html 2013-11-08 17:26:09 +0000
52@@ -305,7 +305,7 @@
53 any context you can to the log before you do so.</li>
54
55 <li>They write only <em>very</em> sparingly to the
56- <a href="./authors-charm-contents.html">charm directory</a>.</li>
57+ <a href="./authors-charm-components.html">charm directory</a>.</li>
58 </ul>
59
60 <p>We recommend you also familiarize yourself with the
61
62=== modified file 'htmldocs/navigation.json'
63--- htmldocs/navigation.json 2013-11-08 10:06:03 +0000
64+++ htmldocs/navigation.json 2013-11-08 17:26:09 +0000
65@@ -49,8 +49,8 @@
66 "Getting started": {
67 "link": "authors-intro.html"
68 },
69- "Charm Contents": {
70- "link": "authors-charm-contents.html",
71+ "Components of a charm": {
72+ "link": "authors-charm-components.html",
73 "children": {
74 "metadata.yaml": "authors-charm-metadata.html",
75 "hooks": "authors-hook-kinds.html",

Subscribers

People subscribed via source and target branches