From 44ffdbb2b470d0bfe33527db8cf8c835b8971c34 Mon Sep 17 00:00:00 2001 From: Andrey Otto Date: Tue, 23 Jan 2024 11:47:30 +0700 Subject: [PATCH] Update link to redoc settings --- drf_spectacular/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drf_spectacular/settings.py b/drf_spectacular/settings.py index 8e442a59..9f46c6ef 100644 --- a/drf_spectacular/settings.py +++ b/drf_spectacular/settings.py @@ -72,7 +72,7 @@ 'SWAGGER_UI_OAUTH2_CONFIG': {}, # Dictionary of general configuration to pass to the Redoc.init({ ... }) - # https://github.com/Redocly/redoc#redoc-options-object + # https://redocly.com/docs/redoc/config/#functional-settings # The settings are serialized with json.dumps(). If you need customized JS, use a # string instead. The string must then contain valid JS and is passed unchanged. 'REDOC_UI_SETTINGS': {},