From cb64596005fab66621aa90f0bac68ce231e3db1b Mon Sep 17 00:00:00 2001 From: tionu <201703262243_github.com@uniquemail.net> Date: Fri, 13 May 2022 12:00:53 +0200 Subject: [PATCH] Fix Custom-Reports-&-Scripts reference --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 238d04b..93f2dda 100644 --- a/Home.md +++ b/Home.md @@ -26,7 +26,7 @@ These are currently the most relevant topics in this wiki: ## Customizing * [Initializers](Initializers): Initialize NetBox with information (aka Seeds), useful when developing for/with NetBox. * [Startup Scripts](Startup-Scripts): How to write custom scripts that run on startup of the Docker image. - * [Custom Reports](Custom-Reports): Add custom python reports to the Docker image. + * [Custom Reports & Scripts](Custom-Reports-&-Scripts): Add custom python reports to the Docker image. * [Build Image](Build): Build custom images and extend the existing images. * [NetBox Plugins](Using-Netbox-Plugins): How to use NetBox Plugins with NetBox Docker