Skip to content

Commit c49c78a

Browse files
committed
fix: fix github url strings (org edx -> openedx)
1 parent 6a18757 commit c49c78a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
- name: setup testeng-ci
4141
run: |
42-
git clone https://github.com/edx/testeng-ci.git
42+
git clone https://github.com/openedx/testeng-ci.git
4343
cd $GITHUB_WORKSPACE/testeng-ci
4444
pip install -r requirements/base.txt
4545
- name: create pull request

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ There is a rich community of XBlock developers that have put together a large
204204
number of XBlocks that have been used in various contexts, mostly on the edx-platform.
205205
You can see examples of what that community has done in the `edx-platform wiki`_.
206206

207-
.. _the README: https://github.com/edx/xblock-sdk/blob/master/sample_xblocks/README.rst
207+
.. _the README: https://github.com/openedx/xblock-sdk/blob/master/sample_xblocks/README.rst
208208
.. _edx-platform wiki: https://openedx.atlassian.net/wiki/spaces/COMM/pages/43385346/XBlocks+Directory
209209

210210

@@ -243,7 +243,7 @@ You can discuss this code on the `edx-code Google Group`__ or in the
243243

244244
__ https://groups.google.com/group/edx-code
245245

246-
.. |build-status| image:: https://github.com/edx/xblock-sdk/workflows/Python%20CI/badge.svg?branch=master
247-
:target: https://github.com/edx/xblock-sdk/actions?query=workflow%3A%22Python+CI%22
246+
.. |build-status| image:: https://github.com/openedx/xblock-sdk/workflows/Python%20CI/badge.svg?branch=master
247+
:target: https://github.com/openedx/xblock-sdk/actions?query=workflow%3A%22Python+CI%22
248248
.. |coverage-status| image:: https://coveralls.io/repos/edx/xblock-sdk/badge.png
249249
:target: https://coveralls.io/r/edx/xblock-sdk

doc/getting_started.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Get the XBlock-SDK repository
4141
4242
The XBlock code is on Github. Get the code by cloning the XBlock-SDK repo::
4343

44-
$ git clone https://github.com/edx/xblock-sdk.git
44+
$ git clone https://github.com/openedx/xblock-sdk.git
4545

4646
This will create the XBlock-SDK directory in your current directory.
4747

0 commit comments

Comments
 (0)