Skip to content

Commit

Permalink
Merge pull request #178 from JoshStrobl/master
Browse files Browse the repository at this point in the history
Fixed links to references of exact hooks.
  • Loading branch information
Charles Butler committed Sep 23, 2014
2 parents 4d024d1 + 71b244e commit 9a58e4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/en/authors-hook-environment.md
Expand Up @@ -42,7 +42,7 @@ In addition, every relation hook makes available relation-specific variables.
important, because it's the only reasonable way of telling the difference
between (say) a database service's many independent clients.

...and, if that relation hook is not a [-broken](authors-charm-hooks.html#<name>-relation-broken) hook:
...and, if that relation hook is not a [-broken](authors-charm-hooks.html#[name]-relation-broken) hook:

- The `$JUJU_REMOTE_UNIT` variable holds the name of the unit which is
being reported to have -joined, -changed, or -departed.
Expand Down Expand Up @@ -276,7 +276,7 @@ necessarily _accurate_, in that you will always see settings that:

You should never depend upon the presence of any given key in `relation-get`
output. Processing that depends on specific values (other than `private-address`)
should be restricted to [-changed](authors-charm-hooks.html#<name>-relation-changed) hooks for the relevant unit, and the absence
should be restricted to [-changed](authors-charm-hooks.html#[name]-relation-changed) hooks for the relevant unit, and the absence
of a remote unit's value should never be treated as an
[error](./authors-hook-errors.html) in the local unit.

Expand Down

0 comments on commit 9a58e4c

Please sign in to comment.