diff --git a/public/index.html b/public/index.html
index 2ba0f4b1..4baa4742 100644
--- a/public/index.html
+++ b/public/index.html
@@ -29,8 +29,8 @@
base_url: "http://localhost:18010",
},
help_tokens: {
- files: "http://edx.readthedocs.io/projects/open\u002Dedx\u002Dbuilding\u002Dand\u002Drunning\u002Da\u002Dcourse/en/latest/course_assets/course_files.html",
- image_accessibility: "http://edx.readthedocs.io/projects/open\u002Dedx\u002Dbuilding\u002Dand\u002Drunning\u002Da\u002Dcourse/en/latest/accessibility/best_practices_course_content_dev.html#use\u002Dbest\u002Dpractices\u002Dfor\u002Ddescribing\u002Dimages",
+ files: "https://docs.openedx.org/en/latest/educators/navigation/content_creation_management.html#add\u002Dcourse\u002Dassets",
+ image_accessibility: "https://docs.openedx.org/en/latest/educators/references/accessibility/accessibility_best_practices_checklist.html#use\u002Dbest\u002Dpractices\u002Dfor\u002Ddescribing\u002Dimages",
},
upload_settings: {
max_file_size_in_mbs: 10,
diff --git a/src/components/EditImageModal/EditImageModal.test.jsx b/src/components/EditImageModal/EditImageModal.test.jsx
index f736986f..a1ba69a6 100644
--- a/src/components/EditImageModal/EditImageModal.test.jsx
+++ b/src/components/EditImageModal/EditImageModal.test.jsx
@@ -17,8 +17,8 @@ import { shallowWithIntl } from '../../utils/i18n/enzymeHelper';
import WrappedEditImageModal from './container';
import WrappedMessage from '../../utils/i18n/formattedMessageWrapper';
-const learnMoreLink = 'http://edx.readthedocs.io/projects/edx-partner-course-staff/en/latest/accessibility/best_'
- + 'practices_course_content_dev.html#use-best-practices-for-describing-images';
+const learnMoreLink = 'https://docs.openedx.org/en/latest/educators/references/accessibility/'
+ + 'accessibility_best_practices_checklist.html#use-best-practices-for-describing-images';
const store = getMockStore({
help_tokens: {