From 115111df9ed623b4f707a8bb67f4ad0c809169ff Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 4 Dec 2023 11:15:13 -0500 Subject: [PATCH] #14132: Fix documentation link --- docs/models/extras/eventrule.md | 2 +- mkdocs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/models/extras/eventrule.md b/docs/models/extras/eventrule.md index 89645be3c..c105a2630 100644 --- a/docs/models/extras/eventrule.md +++ b/docs/models/extras/eventrule.md @@ -2,7 +2,7 @@ An event rule is a mechanism for automatically taking an action (such as running a script or sending a webhook) in response to an event in NetBox. For example, you may want to notify a monitoring system whenever the status of a device is updated in NetBox. This can be done by creating an event for device objects and designating a webhook to be transmitted. When NetBox detects a change to a device, an HTTP request containing the details of the change and who made it be sent to the specified receiver. -See the [event rules documentation](../features/event-rules.md) for more information. +See the [event rules documentation](../../features/event-rules.md) for more information. ## Fields diff --git a/mkdocs.yml b/mkdocs.yml index eb66cc728..45f9fe7d1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,11 +83,11 @@ nav: - Synchronized Data: 'features/synchronized-data.md' - Change Logging: 'features/change-logging.md' - Journaling: 'features/journaling.md' + - Event Rules: 'features/event-rules.md' - Background Jobs: 'features/background-jobs.md' - Auth & Permissions: 'features/authentication-permissions.md' - API & Integration: 'features/api-integration.md' - Customization: 'features/customization.md' - - Event Rules: 'features/event-rules.md' - Installation & Upgrade: - Installing NetBox: 'installation/index.md' - 1. PostgreSQL: 'installation/1-postgresql.md'