From 69a453adf0a14b9a2a49c63f37e67bae0fc48139 Mon Sep 17 00:00:00 2001 From: pobradovic08 Date: Sat, 20 Apr 2019 15:44:40 +0200 Subject: [PATCH] documentation: Fix paths of custom graph examples (#10128) Change `html/includes/` path to `includes/html/` --- doc/Developing/os/Custom-Graphs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Developing/os/Custom-Graphs.md b/doc/Developing/os/Custom-Graphs.md index db9a1bccf0..2a0cc4bdfd 100644 --- a/doc/Developing/os/Custom-Graphs.md +++ b/doc/Developing/os/Custom-Graphs.md @@ -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