From 42ecf3cac0dfb052dc1d89292c9210b0c420bb6d Mon Sep 17 00:00:00 2001 From: adionit7 Date: Wed, 21 Jan 2026 22:53:29 +0530 Subject: [PATCH] Fixes #21150: Correct Dynamic Configuration menu path in documentation - Updated menu path from 'Admin > Extras > Configuration Revisions' to 'Admin > System > Configuration History' - Reflects actual location in NetBox admin interface --- docs/configuration/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/index.md b/docs/configuration/index.md index 7fa554a58..e3e2d061c 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -15,7 +15,7 @@ Some configuration parameters may alternatively be defined either in `configurat ## Dynamic Configuration Parameters -Some configuration parameters are primarily controlled via NetBox's admin interface (under Admin > Extras > Configuration Revisions). These are noted where applicable in the documentation. These settings may also be overridden in `configuration.py` to prevent them from being modified via the UI. A complete list of supported parameters is provided below: +Some configuration parameters are primarily controlled via NetBox's admin interface (under Admin > System > Configuration History). These are noted where applicable in the documentation. These settings may also be overridden in `configuration.py` to prevent them from being modified via the UI. A complete list of supported parameters is provided below: * [`ALLOWED_URL_SCHEMES`](./security.md#allowed_url_schemes) * [`BANNER_BOTTOM`](./miscellaneous.md#banner_bottom)