Skip to content

Commit e688d2d

Browse files
authored
docs: Update outdated link target URLs (#2721)
1 parent 9f53754 commit e688d2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

credentials/apps/edx_credentials_extensions/migrations/0001_initial.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ def add_siteconfiguration_data(apps, schema_editor):
1212
"privacy_policy_url": "https://www.edx.org/edx-privacy-policy",
1313
"homepage_url": "https://www.edx.org",
1414
"company_name": "edX Inc.",
15-
"certificate_help_url": "https://edx.readthedocs.org/projects/edx-guide-for-students/en/latest/SFD_certificates.html#web-certificates",
15+
"certificate_help_url": "https://docs.openedx.org/en/latest/educators/concepts/open_edx_platform/about_certificates.html",
1616
"theme_name": "edx.org",
1717
}
1818
SiteConfiguration.objects.update_or_create(site=site, defaults=defaults)

docs/internationalization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ translations using the following steps and commands that are provided in the cre
9595
9696
#. Finally, stage your updated translation files to be committed with the rest of your work.
9797

98-
.. _internationalization coding guidelines: http://edx.readthedocs.io/projects/edx-developer-guide/en/latest/internationalization/i18n.html#internationalization-coding-guidelines
98+
.. _internationalization coding guidelines: https://docs.openedx.org/en/latest/developers/references/developer_guide/internationalization/i18n.html
9999
.. _Django internationalization documentation: https://docs.djangoproject.com/en/1.11/topics/i18n
100100
.. _LANGUAGE_CODE setting: https://docs.djangoproject.com/en/1.11/ref/settings/#language-code
101101
.. _Django docs for language_code: https://docs.djangoproject.com/en/1.11/topics/i18n/#term-language-code

0 commit comments

Comments
 (0)