aboutsummaryrefslogtreecommitdiff
path: root/doc/ikiwiki/directive/brokenlinks.mdwn
blob: 91bafe5a01c8452b3648221694faec61dfcf7f5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The `brokenlinks` directive is supplied by the [[!iki plugins/brokenlinks desc=brokenlinks]] plugin.

This directive generates a list of broken links on pages in the wiki. This is
a useful way to find pages that still need to be written, or links that
are written wrong.

The optional parameter "pages" can be a [[ikiwiki/PageSpec]] specifying the
pages to search for broken links, default is search them all.

Example:

	\[[!brokenlinks pages="* and !recentchanges"]]

[[!meta robots="noindex, follow"]]