Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation: Fix broken links and anchors #10194

Merged
merged 4 commits into from May 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions AUTHORS.md
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/Alerting/Transports.md
Expand Up @@ -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:**

Expand Down
2 changes: 1 addition & 1 deletion doc/Extensions/Fast-Ping-Check.md
Expand Up @@ -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).



Expand Down
2 changes: 1 addition & 1 deletion doc/Support/Configuration.md
Expand Up @@ -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

Expand Down