Skip to content

Commit

Permalink
Merge pull request #251 from openedx/update-rtd-links
Browse files Browse the repository at this point in the history
docs: Update edx.rtd links to docs.openedx.org
  • Loading branch information
sarina authored Feb 27, 2025
2 parents a70e24e + 898afad commit dfe7c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cc2olx/olx.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class OlxExport:
This class is used to convert intermediate representation
of Common Cartridge to OLX.
OLX guide: https://edx.readthedocs.io/projects/edx-open-learning-xml/en/latest/
OLX guide: https://docs.openedx.org/en/latest/educators/navigation/olx.html
"""

def __init__(self, cartridge, link_file=None, passport_file=None, relative_links_source=None):
Expand Down Expand Up @@ -84,7 +84,7 @@ def policy(self):
Returns minimal course policy file with disabled wiki tab in form of json string.
See details about policy here:
https://edx.readthedocs.io/projects/edx-open-learning-xml/en/latest/policies/course.html
https://docs.openedx.org/en/latest/educators/olx/policies/course.html
"""

policy = {
Expand Down

0 comments on commit dfe7c81

Please sign in to comment.