Skip to content

Commit 5e4cc57

Browse files
authored
Fix github url strings (org edx -> openedx) (#203)
* chore: run `edx_lint` update with the current version of the repo. * fix: fix github url strings (org edx -> openedx) * fix: update path to .github workflows to read from openedx org
1 parent 62e75c4 commit 5e4cc57

8 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/commitlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77

88
jobs:
99
commitlint:
10-
uses: edx/.github/.github/workflows/commitlint.yml@master
10+
uses: openedx/.github/.github/workflows/commitlint.yml@master

.github/workflows/upgrade-python-requirements.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ jobs:
2121
requirements_bot_github_email: ${{ secrets.REQUIREMENTS_BOT_GITHUB_EMAIL }}
2222
edx_smtp_username: ${{ secrets.EDX_SMTP_USERNAME }}
2323
edx_smtp_password: ${{ secrets.EDX_SMTP_PASSWORD }}
24-
uses: edx/.github/.github/workflows/upgrade-python-requirements.yml@master
24+
uses: openedx/.github/.github/workflows/upgrade-python-requirements.yml@master

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ How To Contribute
33

44
Contributions are very welcome.
55

6-
Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
6+
Please read `How To Contribute <https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
77

88
Even though it was written with ``edx-platform`` in mind, the guidelines
99
should be followed for Open edX code in general.

HISTORY.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Updated LoginRedirectBaseView to include querystring
9797

9898
Intervening releases not documented here; see Releases:
9999

100-
https://github.com/edx/auth-backends/releases?after=1.1.2
100+
https://github.com/openedx/auth-backends/releases?after=1.1.2
101101

102102

103103
0.1.3 (2015-03-31)

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
auth-backends |CI|_ |Codecov|_
22
===================================
3-
.. |CI| image:: https://github.com/edx/auth-backends/workflows/Python%20CI/badge.svg?branch=master
4-
.. _CI: https://github.com/edx/auth-backends/actions?query=workflow%3A%22Python+CI%22
3+
.. |CI| image:: https://github.com/openedx/auth-backends/workflows/Python%20CI/badge.svg?branch=master
4+
.. _CI: https://github.com/openedx/auth-backends/actions?query=workflow%3A%22Python+CI%22
55

66
.. |Codecov| image:: http://codecov.io/github/edx/auth-backends/coverage.svg?branch=master
77
.. _Codecov: http://codecov.io/github/edx/auth-backends?branch=master
@@ -118,7 +118,7 @@ Publishing a Release
118118
--------------------
119119

120120
After a PR merges, create a new tag from ``master`` branch with a new version of the package and create a
121-
`Github release <https://github.com/edx/auth-backends/releases>`_
121+
`Github release <https://github.com/openedx/auth-backends/releases>`_
122122
using the new tag that will automatically publish the package to PyPi when a release is created.
123123

124124

@@ -134,9 +134,9 @@ How To Contribute
134134

135135
Contributions are very welcome!
136136

137-
Please read `How To Contribute <https://github.com/edx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
137+
Please read `How To Contribute <https://github.com/openedx/edx-platform/blob/master/CONTRIBUTING.rst>`_ for details.
138138

139-
Even though it was written with `edx-platform <https://github.com/edx/edx-platform>`_ in mind,
139+
Even though it was written with `edx-platform <https://github.com/openedx/edx-platform>`_ in mind,
140140
the guidelines should be followed for Open edX code in general.
141141

142142
Reporting Security Issues

auth_backends/docs/decisions/0001-use-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Decision
1515

1616
For more background or details of this decision, see duplicate `0001-use-changelog.rst decision in edx-drf-extensions`_.
1717

18-
.. _0001-use-changelog.rst decision in edx-drf-extensions: https://github.com/edx/edx-drf-extensions/blob/master/docs/decisions/0001-use-changelog.rst
18+
.. _0001-use-changelog.rst decision in edx-drf-extensions: https://github.com/openedx/edx-drf-extensions/blob/master/docs/decisions/0001-use-changelog.rst

pylintrc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ** DO NOT EDIT THIS FILE **
33
# ***************************
44
#
5-
# This file was generated by edx-lint: https://github.com/edx/edx-lint
5+
# This file was generated by edx-lint: https://github.com/openedx/edx-lint
66
#
77
# If you want to change this file, you have two choices, depending on whether
88
# you want to make a local change that applies only to this repo, or whether
@@ -28,7 +28,7 @@
2828
# CENTRAL CHANGE:
2929
#
3030
# 1. Edit the pylintrc file in the edx-lint repo at
31-
# https://github.com/edx/edx-lint/blob/master/edx_lint/files/pylintrc
31+
# https://github.com/openedx/edx-lint/blob/master/edx_lint/files/pylintrc
3232
#
3333
# 2. install the updated version of edx-lint (in edx-lint):
3434
#
@@ -64,7 +64,7 @@
6464
# SERIOUSLY.
6565
#
6666
# ------------------------------
67-
# Generated by edx-lint version: 5.2.4
67+
# Generated by edx-lint version: 5.2.5
6868
# ------------------------------
6969
[MASTER]
7070
ignore =
@@ -382,4 +382,4 @@ int-import-graph =
382382
[EXCEPTIONS]
383383
overgeneral-exceptions = Exception
384384

385-
# cb2d2c7acc5be4426ea0ec5c29dfc308db3e26a2
385+
# ed563caf76980f637534ef26be4e76b30b351742

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def get_version(*file_paths):
112112
'Topic :: Internet',
113113
],
114114
keywords='authentication edx',
115-
url='https://github.com/edx/auth-backends',
115+
url='https://github.com/openedx/auth-backends',
116116
author='edX',
117117
author_email='oscm@edx.org',
118118
license='AGPL',

0 commit comments

Comments
 (0)