Просмотр исходного кода

Updated optional-settings.md - Webhook links (#2818)

Corrected (../miscellaneous/webhooks/) to (../additional-features/webhooks/) in two place
fouram 7 лет назад
Родитель
Сommit
b4c9ec27e0
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      docs/configuration/optional-settings.md

+ 2 - 2
docs/configuration/optional-settings.md

@@ -251,7 +251,7 @@ The time zone NetBox will use when dealing with dates and times. It is recommend
 
 Default: False
 
-Enable this option to run the webhook backend. See the docs section on the webhook backend [here](../miscellaneous/webhooks/) for more information on setup and use.
+Enable this option to run the webhook backend. See the docs section on the webhook backend [here](../additional-features/webhooks/) for more information on setup and use.
 
 ---
 
@@ -274,7 +274,7 @@ SHORT_DATETIME_FORMAT = 'Y-m-d H:i'  # 2016-06-27 13:23
 
 ## Redis Connection Settings
 
-[Redis](https://redis.io/) is a key-value store which functions as a very lightweight database. It is required when enabling NetBox [webhooks](../miscellaneous/webhooks/). A Redis connection is configured using a dictionary similar to the following:
+[Redis](https://redis.io/) is a key-value store which functions as a very lightweight database. It is required when enabling NetBox [webhooks](../additional-features/webhooks/). A Redis connection is configured using a dictionary similar to the following:
 
 ```
 REDIS = {