File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- name : setup testeng-ci
41
41
run : |
42
- git clone https://github.com/edx /testeng-ci.git
42
+ git clone https://github.com/openedx /testeng-ci.git
43
43
cd $GITHUB_WORKSPACE/testeng-ci
44
44
pip install -r requirements/base.txt
45
45
- name : create pull request
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ There is a rich community of XBlock developers that have put together a large
204
204
number of XBlocks that have been used in various contexts, mostly on the edx-platform.
205
205
You can see examples of what that community has done in the `edx-platform wiki `_.
206
206
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
208
208
.. _edx-platform wiki : https://openedx.atlassian.net/wiki/spaces/COMM/pages/43385346/XBlocks+Directory
209
209
210
210
@@ -243,7 +243,7 @@ You can discuss this code on the `edx-code Google Group`__ or in the
243
243
244
244
__ https://groups.google.com/group/edx-code
245
245
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
248
248
.. |coverage-status | image :: https://coveralls.io/repos/edx/xblock-sdk/badge.png
249
249
:target: https://coveralls.io/r/edx/xblock-sdk
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Get the XBlock-SDK repository
41
41
42
42
The XBlock code is on Github. Get the code by cloning the XBlock-SDK repo::
43
43
44
- $ git clone https://github.com/edx /xblock-sdk.git
44
+ $ git clone https://github.com/openedx /xblock-sdk.git
45
45
46
46
This will create the XBlock-SDK directory in your current directory.
47
47
You can’t perform that action at this time.
0 commit comments