Skip to content

Commit 4e2edac

Browse files
committed
Fix a link
1 parent 6400747 commit 4e2edac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/markdown/caddyfile/directives.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ acme_server
167167

168168
For ease of use, the Caddyfile adapter sorts directives according to the following rules:
169169

170-
- Differently named directives are sorted by their position in the [default order](#order). The default order can be overridden with the [`order` global option](/docs/caddyfile/options). Directives from plugins _do not_ have an order, so the [`order`](/docs/caddyfile/options) global option or the [`route`](/docs/caddyfile/directives/route) directive should be used to set one.
170+
- Differently named directives are sorted by their position in the [default order](#directive-order). The default order can be overridden with the [`order` global option](/docs/caddyfile/options). Directives from plugins _do not_ have an order, so the [`order`](/docs/caddyfile/options) global option or the [`route`](/docs/caddyfile/directives/route) directive should be used to set one.
171171

172172
- Same-named directives are sorted according to their [matchers](/docs/caddyfile/matchers#syntax).
173173

0 commit comments

Comments
 (0)