From f6fdd3c4997aeb9abb33fad3cd5850d1c0bb0e68 Mon Sep 17 00:00:00 2001 From: Ahsan Ulhaq Date: Mon, 27 Jun 2016 15:48:07 +0500 Subject: [PATCH] Incorrect links on `edX Course Catalog API` ECOM-4792 --- lms/envs/common.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lms/envs/common.py b/lms/envs/common.py index 6a5da7696e..62adf3df05 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -2923,8 +2923,8 @@ WIKI_REQUEST_CACHE_MIDDLEWARE_CLASS = "request_cache.middleware.RequestCache" # API access management API_ACCESS_MANAGER_EMAIL = 'api-access@example.com' API_ACCESS_FROM_EMAIL = 'api-requests@example.com' -API_DOCUMENTATION_URL = 'http://edx.readthedocs.org/projects/edx-platform-api/en/latest/overview.html' -AUTH_DOCUMENTATION_URL = 'http://edx.readthedocs.org/projects/edx-platform-api/en/latest/authentication.html' +API_DOCUMENTATION_URL = 'http://course-catalog-api-guide.readthedocs.io/en/latest/' +AUTH_DOCUMENTATION_URL = 'http://course-catalog-api-guide.readthedocs.io/en/latest/authentication/index.html' # Affiliate cookie tracking AFFILIATE_COOKIE_NAME = 'affiliate_id'