We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12af8fb commit 91a730bCopy full SHA for 91a730b
readthedocs/settings/postgres.py
@@ -16,8 +16,8 @@
16
TEMPLATE_DEBUG = False
17
CELERY_ALWAYS_EAGER = False
18
19
-MEDIA_URL = '//media.readthedocs.org/'
20
-STATIC_URL = '//media.readthedocs.org/static/'
+MEDIA_URL = 'https://media.readthedocs.org/'
+STATIC_URL = 'https://media.readthedocs.org/static/'
21
ADMIN_MEDIA_PREFIX = MEDIA_URL + 'admin/'
22
SESSION_ENGINE = "django.contrib.sessions.backends.cached_db"
23
0 commit comments