From e3cd82feb30f418c8bbe14f408b817f379492c39 Mon Sep 17 00:00:00 2001 From: Lord Hepipud Date: Wed, 29 Jul 2020 09:58:00 +0200 Subject: [PATCH] Fix developer guide indexing for custom EventLog outputs --- doc/04-Developer-Guide.md | 2 +- ...0-Using-EventLog-Outputs.md => 21-Using-EventLog-Outputs.md} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename doc/developerguide/{20-Using-EventLog-Outputs.md => 21-Using-EventLog-Outputs.md} (100%) diff --git a/doc/04-Developer-Guide.md b/doc/04-Developer-Guide.md index 08ce940..ddbd03a 100644 --- a/doc/04-Developer-Guide.md +++ b/doc/04-Developer-Guide.md @@ -30,4 +30,4 @@ To get started easier you can find detailed examples for developing modules/inte * [Custom Plugins](developerguide/11-Custom-Plugins.md) * [Custom API-Endpoints](developerguide/12-Custom-API-Endpoints.md) * [Using Console Outputs](developerguide/20-Using-Console-Outputs.md) -* [Using EventLog Output](developerguide/20-Using-EventLog-Outputs.md) +* [Using EventLog Output](developerguide/21-Using-EventLog-Outputs.md) diff --git a/doc/developerguide/20-Using-EventLog-Outputs.md b/doc/developerguide/21-Using-EventLog-Outputs.md similarity index 100% rename from doc/developerguide/20-Using-EventLog-Outputs.md rename to doc/developerguide/21-Using-EventLog-Outputs.md