docs: fix the anchor fragment in the index of Caddyfile matchers (#7)

This commit is contained in:
Mohammed Al Sahaf 2020-02-21 00:27:49 +03:00 committed by GitHub
parent 72882011fc
commit 30060ce9af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,15 +31,15 @@ Full matcher documentation can be found [in each respective matcher module's doc
- [file](#file) - [file](#file)
- [header](#header) - [header](#header)
- [header_regexp](#header_regexp) - [header_regexp](#header-regexp)
- [host](#host) - [host](#host)
- [method](#method) - [method](#method)
- [not](#not) - [not](#not)
- [path](#path) - [path](#path)
- [path_regexp](#path_regexp) - [path_regexp](#path-regexp)
- [protocol](#protocol) - [protocol](#protocol)
- [query](#query) - [query](#query)
- [remote_ip](#remote_ip) - [remote_ip](#remote-ip)
### file ### file