From 39c5f57c1e7d247e4f95cb4346b1be017436a85b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 3 Sep 2024 13:36:39 -0400 Subject: [PATCH] Fix broken link --- 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 6a2ecdc7f..dab7f6135 100644 --- a/docs/configuration/index.md +++ b/docs/configuration/index.md @@ -25,7 +25,7 @@ Some configuration parameters are primarily controlled via NetBox's admin interf * [`CUSTOM_VALIDATORS`](./data-validation.md#custom_validators) * [`DEFAULT_USER_PREFERENCES`](./default-values.md#default_user_preferences) * [`ENFORCE_GLOBAL_UNIQUE`](./miscellaneous.md#enforce_global_unique) -* [`GRAPHQL_ENABLED`](./miscellaneous.md#graphql_enabled) +* [`GRAPHQL_ENABLED`](./graphql-api.md#graphql_enabled) * [`JOB_RETENTION`](./miscellaneous.md#job_retention) * [`MAINTENANCE_MODE`](./miscellaneous.md#maintenance_mode) * [`MAPS_URL`](./miscellaneous.md#maps_url)