diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 15:01:05 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-10-05 15:01:05 -0400 |
commit | c6bf4228d5c988e715ff08a9374b72ce054daa2c (patch) | |
tree | 1ee845d263d92b113e56b14915c89b63be431e6d /doc | |
parent | e96992bbc8fc37040eda5119c475ff4174c43339 (diff) |
make links dependencies fire if broken links change
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/write.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/plugins/write.mdwn b/doc/plugins/write.mdwn index 73db6f12a..133030f08 100644 --- a/doc/plugins/write.mdwn +++ b/doc/plugins/write.mdwn @@ -620,8 +620,10 @@ used to indicate weaker types of dependencies: * `presence` if set to true, only the presence of a matching page triggers the dependency. -* `links` if set to true, any change in the text of links on a matching page - triggers the dependency +* `links` if set to true, any change to links on a matching page + triggers the dependency. This includes when a link is added, removed, + or changes what it points to due to other changes. It does not include + the addition or removal of a duplicate link. #### `pagespec_match($$;@)` |