Bläddra i källkod

#14132: Fix documentation link

Jeremy Stretch 2 år sedan
förälder
incheckning
115111df9e
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      docs/models/extras/eventrule.md
  2. 1 1
      mkdocs.yml

+ 1 - 1
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.
 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
 ## Fields
 
 

+ 1 - 1
mkdocs.yml

@@ -83,11 +83,11 @@ nav:
         - Synchronized Data: 'features/synchronized-data.md'
         - Synchronized Data: 'features/synchronized-data.md'
         - Change Logging: 'features/change-logging.md'
         - Change Logging: 'features/change-logging.md'
         - Journaling: 'features/journaling.md'
         - Journaling: 'features/journaling.md'
+        - Event Rules: 'features/event-rules.md'
         - Background Jobs: 'features/background-jobs.md'
         - Background Jobs: 'features/background-jobs.md'
         - Auth & Permissions: 'features/authentication-permissions.md'
         - Auth & Permissions: 'features/authentication-permissions.md'
         - API & Integration: 'features/api-integration.md'
         - API & Integration: 'features/api-integration.md'
         - Customization: 'features/customization.md'
         - Customization: 'features/customization.md'
-        - Event Rules: 'features/event-rules.md'
     - Installation & Upgrade:
     - Installation & Upgrade:
         - Installing NetBox: 'installation/index.md'
         - Installing NetBox: 'installation/index.md'
         - 1. PostgreSQL: 'installation/1-postgresql.md'
         - 1. PostgreSQL: 'installation/1-postgresql.md'