Documentation: Fix broken links and anchors (#10194)

* documentation: Fix broken Templates.md link

* Update AUTHORS.md

* docs: Fix broken anchor in Fast-Ping-Check.md

* docs: Changed Alerting link in Configuration.md
This commit is contained in:
pobradovic08 2019-05-07 04:50:45 +02:00 committed by Tony Murray
parent 223d3070d5
commit 2d246097d4
4 changed files with 5 additions and 4 deletions

View File

@ -212,6 +212,7 @@ LibreNMS contributors:
- Rémy Jacquin <remy@remyj.fr> (remyj38)
- PipoCanaja <pipocanaja@gmail.com> [pipocanaja](https://github.com/pipocanaja/)
- Tim de Boer <tim+github@tim427.net> (tim427)
- Pavle Obradovic <pobradovic08@gmail.com> (pobradovic08)
Observium was written by:
- Adam Armstrong

View File

@ -51,13 +51,13 @@ It is possible to configure as much label values as required in Alertmanager Opt
## API
API transports definitions are a bit more complex than the E-Mail configuration.
The URL can have the same placeholders as defined in the [Template-Syntax](Templates#syntax).
The URL can have the same placeholders as defined in the [Template-Syntax](Templates.md#syntax).
If the `Api Method` is `get`, all placeholders will be URL-Encoded.
The API transport uses cURL to call the APIs, therefore you might need to install `php curl` to make it work.
__Note__: it is highly recommended to define your own [Templates](Templates) when you want to use the API transport. The default template might exceed URL-length for GET requests and therefore cause all sorts of errors.
__Note__: it is highly recommended to define your own [Templates](Templates.md) when you want to use the API transport. The default template might exceed URL-length for GET requests and therefore cause all sorts of errors.
**Example:**

View File

@ -11,7 +11,7 @@ Some users may want to know if devices stop responding to ping more quickly than
to run ping checks as quickly as possible without increasing snmp load on your devices by switching to 1 minute polling.
> **WARNING**: If you do not have an alert rule that alerts on device status, enabling this will be a waste of resources.
> You can find one in the [Alert Rules Collection](../Alerting/Rules.md#Alert Rules Collection).
> You can find one in the [Alert Rules Collection](../Alerting/Rules.md#alert-rules-collection).

View File

@ -427,7 +427,7 @@ The varying options after that are to support the different transports.
### Alerting
[Alerting](../Alerting/Rules.md)
[Alerting](../Alerting/index.md)
### Billing