From cfefa7db57079cba2ceeffd19079f68c36158f53 Mon Sep 17 00:00:00 2001 From: Mohammed Al Sahaf Date: Fri, 21 Feb 2020 00:12:04 +0300 Subject: [PATCH] fix the anchor fragment in the index of Caddyfile matchers --- src/docs/markdown/caddyfile/matchers.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docs/markdown/caddyfile/matchers.md b/src/docs/markdown/caddyfile/matchers.md index 8defa06..dadbb46 100644 --- a/src/docs/markdown/caddyfile/matchers.md +++ b/src/docs/markdown/caddyfile/matchers.md @@ -31,15 +31,15 @@ Full matcher documentation can be found [in each respective matcher module's doc - [file](#file) - [header](#header) -- [header_regexp](#header_regexp) +- [header_regexp](#header-regexp) - [host](#host) - [method](#method) - [not](#not) - [path](#path) -- [path_regexp](#path_regexp) +- [path_regexp](#path-regexp) - [protocol](#protocol) - [query](#query) -- [remote_ip](#remote_ip) +- [remote_ip](#remote-ip) ### file