diff options
author | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-27 19:10:24 -0400 |
---|---|---|
committer | Evan Steinkerchner <esteinkerchner@gmail.com> | 2022-04-27 19:10:24 -0400 |
commit | 2da071d0ea2fd29ddb7515f6bf702947398e1dbd (patch) | |
tree | 5527236f365b07921fa5d6278f1ade48ad234954 | |
parent | 084009be9d8e29ac277acb8072529fedfcc1bc46 (diff) | |
download | homer-2da071d0ea2fd29ddb7515f6bf702947398e1dbd.tar.gz homer-2da071d0ea2fd29ddb7515f6bf702947398e1dbd.tar.zst homer-2da071d0ea2fd29ddb7515f6bf702947398e1dbd.zip |
Fixed broken links in configuration.md
-rw-r--r-- | docs/configuration.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/configuration.md b/docs/configuration.md index 584ee79..56342a8 100644 --- a/docs/configuration.md +++ b/docs/configuration.md | |||
@@ -185,12 +185,12 @@ services: | |||
185 | # background: red | 185 | # background: red |
186 | ``` | 186 | ``` |
187 | 187 | ||
188 | View [Custom Services](customservices.md) for details about all available custom | 188 | View [Custom Services](custom_services.md) for details about all available |
189 | services (like PiHole) and how to configure them. | 189 | custom services (like PiHole) and how to configure them. |
190 | 190 | ||
191 | If you choose to fetch message information from an endpoint, the output format | 191 | If you choose to fetch message information from an endpoint, the output format |
192 | should be as follows (or you can | 192 | should be as follows (or you can |
193 | [custom map fields as shown in tips-and-tricks](./tips-and-tricks.md#mapping-fields)): | 193 | [custom map fields as shown in tips and tricks](tips_and_tricks#mapping-fields)): |
194 | 194 | ||
195 | ```json | 195 | ```json |
196 | { | 196 | { |