Browse Source

Don't use trailing slash in system.url-prefix for docs

Matt Robenolt 9 years ago
parent
commit
8648860f7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api-docs/sentry.conf.py

+ 1 - 1
api-docs/sentry.conf.py

@@ -8,7 +8,7 @@ import getpass
 SENTRY_APIDOCS_REDIS_PORT = 12355
 SENTRY_APIDOCS_WEB_PORT = 12356
 
-SENTRY_URL_PREFIX = 'https://app.getsentry.com/'
+SENTRY_URL_PREFIX = 'https://app.getsentry.com'
 
 # Unsupported here
 SENTRY_SINGLE_ORGANIZATION = False