mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
documentation: Fix paths of custom graph examples (#10128)
Change `html/includes/` path to `includes/html/`
This commit is contained in:
committed by
Tony Murray
parent
141eab11ca
commit
69a453adf0
@ -61,7 +61,7 @@ The specific graphs are not displayed automatically so we need to write the foll
|
||||
**Pulse Sessions**
|
||||
|
||||
```bash
|
||||
html/includes/graphs/device/pulse_sessions.inc.php
|
||||
includes/html/graphs/device/pulse_sessions.inc.php
|
||||
```
|
||||
|
||||
```php
|
||||
@ -89,7 +89,7 @@ require 'includes/graphs/generic_simplex.inc.php';
|
||||
**Pulse Users**
|
||||
|
||||
```bash
|
||||
html/includes/graphs/device/pulse_users.inc.php
|
||||
includes/html/graphs/device/pulse_users.inc.php
|
||||
```
|
||||
|
||||
```php
|
||||
|
Reference in New Issue
Block a user