Skip to content

Commit 80a257d

Browse files
author
Emanuele Palazzetti
committed
[django] fix the docs URL
1 parent d85ac93 commit 80a257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddtrace/contrib/django/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def __getattr__(self, attr):
102102
return val
103103

104104
def __check_user_settings(self, user_settings):
105-
SETTINGS_DOC = 'http://pypi.datadoghq.com/trace-dev/docs/#module-ddtrace.contrib.django'
105+
SETTINGS_DOC = 'http://pypi.datadoghq.com/trace/docs/#module-ddtrace.contrib.django'
106106
for setting in REMOVED_SETTINGS:
107107
if setting in user_settings:
108108
raise RuntimeError(

0 commit comments

Comments
 (0)