Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 10, 2022
1 parent 09d9a39 commit 599ce8e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upgrade-python-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: setup testeng-ci
run: |
git clone https://github.com/edx/testeng-ci.git
git clone https://github.com/openedx/testeng-ci.git
cd $GITHUB_WORKSPACE/testeng-ci
pip install -r requirements/base.txt
- name: create pull request
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ and publishing Courses. In the future the scope and responsibilty of the
Organization may evolve to include other aspects, such as related
learners.

.. |Build Status| image:: https://github.com/edx/edx-organizations/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/edx-organizations/actions?query=workflow%3A%22Python+CI%22
.. |Build Status| image:: https://github.com/openedx/edx-organizations/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/edx-organizations/actions?query=workflow%3A%22Python+CI%22
.. |Coverage Status| image:: https://coveralls.io/repos/github/edx/edx-organizations/badge.svg?branch=master
:target: https://coveralls.io/github/edx/edx-organizations?branch=master

Expand Down Expand Up @@ -52,7 +52,7 @@ work-in-progress and is changing frequently at this time.
See our `CONTRIBUTING`_ file for more information – it also contains guidelines for how to
maintain high code quality, which will make your contribution more likely to be accepted.

.. _CONTRIBUTING: https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst
.. _CONTRIBUTING: https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst

Reporting Security Issues
-------------------------
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ the lack of breaking changes.

These changes will be made in `pull request 137`_.

.. _pull request 137: https://github.com/edx/edx-organizations/pull/137
.. _pull request 137: https://github.com/openedx/edx-organizations/pull/137

After one edx-platform release, Version 6.0.0 of this package can be released,
which would remove the now-unnecessary check for ``FEATURES["ORGANIZATIONS_APP"]``.
Expand Down Expand Up @@ -176,7 +176,7 @@ references will be updated to use ``organizations.api`` directly.

These changes will be made in `pull request 25153`_.

.. _pull request 25153: https://github.com/edx/edx-platform/pull/25153
.. _pull request 25153: https://github.com/openedx/edx-platform/pull/25153

Community
~~~~~~~~~
Expand All @@ -198,7 +198,7 @@ For edx.org and stage.edx.org, the ``FEATURES["ORGANIATIONS_APP"] = True``
overrides will be updated to be ``ORGANIZATIONS_AUTOCREATE = False``
in `pull request 3456`_.

.. _pull request 3456: https://github.com/edx/edx-internal/pull/3456
.. _pull request 3456: https://github.com/openedx/edx-internal/pull/3456

See also
--------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_version(*file_paths):
description='Organization management module for Open edX',
long_description=open('README.rst').read(),
author='edX',
url='https://github.com/edx/edx-organizations',
url='https://github.com/openedx/edx-organizations',
license='AGPL',
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 599ce8e

Please sign in to comment.