From 4a7e4dd3e9b07cce771effb296f6547cf604d8c6 Mon Sep 17 00:00:00 2001 From: Francis Lavoie Date: Fri, 13 Oct 2023 09:00:23 -0400 Subject: [PATCH] Fix a link --- src/docs/markdown/caddyfile/directives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/docs/markdown/caddyfile/directives.md b/src/docs/markdown/caddyfile/directives.md index bcae001f..43db14f7 100644 --- a/src/docs/markdown/caddyfile/directives.md +++ b/src/docs/markdown/caddyfile/directives.md @@ -167,7 +167,7 @@ acme_server For ease of use, the Caddyfile adapter sorts directives according to the following rules: -- 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. +- 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. - Same-named directives are sorted according to their [matchers](/docs/caddyfile/matchers#syntax).