We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d85ac93 commit 80a257dCopy full SHA for 80a257d
ddtrace/contrib/django/conf.py
@@ -102,7 +102,7 @@ def __getattr__(self, attr):
102
return val
103
104
def __check_user_settings(self, user_settings):
105
- SETTINGS_DOC = 'http://pypi.datadoghq.com/trace-dev/docs/#module-ddtrace.contrib.django'
+ SETTINGS_DOC = 'http://pypi.datadoghq.com/trace/docs/#module-ddtrace.contrib.django'
106
for setting in REMOVED_SETTINGS:
107
if setting in user_settings:
108
raise RuntimeError(
0 commit comments