documentation: Fix paths of custom graph examples (#10128)

Change `html/includes/` path to `includes/html/`
This commit is contained in:
pobradovic08
2019-04-20 15:44:40 +02:00
committed by Tony Murray
parent 141eab11ca
commit 69a453adf0

View File

@ -61,7 +61,7 @@ The specific graphs are not displayed automatically so we need to write the foll
**Pulse Sessions** **Pulse Sessions**
```bash ```bash
html/includes/graphs/device/pulse_sessions.inc.php includes/html/graphs/device/pulse_sessions.inc.php
``` ```
```php ```php
@ -89,7 +89,7 @@ require 'includes/graphs/generic_simplex.inc.php';
**Pulse Users** **Pulse Users**
```bash ```bash
html/includes/graphs/device/pulse_users.inc.php includes/html/graphs/device/pulse_users.inc.php
``` ```
```php ```php