Skip to content

Commit

Permalink
Merge pull request #19 from openedx/tcril/fix-gh-org-url
Browse files Browse the repository at this point in the history
Fix github url strings (org edx -> openedx)
  • Loading branch information
sarina authored Sep 14, 2022
2 parents a6de9fd + 46a43ad commit be91881
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Before you submit a pull request, check that it meets these guidelines:
your new functionality into a function with a docstring, and add the
feature to the list in README.rst.
3. The pull request should work for Python 3.8 and for PyPy. Check
https://github.com/edx/user-util/actions?query=workflow%3A%22Python+CI%22
https://github.com/openedx/user-util/actions?query=workflow%3A%22Python+CI%22
and make sure that the tests pass for all supported Python versions.

Tips
Expand Down
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Open edX User Utilities
.. image:: https://img.shields.io/pypi/v/user-util.svg
:target: https://pypi.python.org/pypi/user-util

.. image:: https://github.com/edx/user-util/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/user-util/actions?query=workflow%3A%22Python+CI%22
.. image:: https://github.com/openedx/user-util/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/user-util/actions?query=workflow%3A%22Python+CI%22

.. image:: https://readthedocs.org/projects/user-util/badge/?version=latest
:target: https://user-util.readthedocs.io/en/latest/?badge=latest
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def get_version(*file_paths):
setup_requires=setup_requirements,
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/edx/user-util',
url='https://github.com/openedx/user-util',
version=VERSION,
zip_safe=False,
)

0 comments on commit be91881

Please sign in to comment.