Skip to content

Commit

Permalink
Merge pull request #239 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 13, 2022
2 parents f1f5e17 + eb94a84 commit b5f89fc
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 217 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ on:

jobs:
commitlint:
uses: edx/.github/.github/workflows/commitlint.yml@master
uses: openedx/.github/.github/workflows/commitlint.yml@master
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 @@ -204,7 +204,7 @@ There is a rich community of XBlock developers that have put together a large
number of XBlocks that have been used in various contexts, mostly on the edx-platform.
You can see examples of what that community has done in the `edx-platform wiki`_.

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


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

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

.. |build-status| image:: https://github.com/edx/xblock-sdk/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/xblock-sdk/actions?query=workflow%3A%22Python+CI%22
.. |build-status| image:: https://github.com/openedx/xblock-sdk/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/xblock-sdk/actions?query=workflow%3A%22Python+CI%22
.. |coverage-status| image:: https://coveralls.io/repos/edx/xblock-sdk/badge.png
:target: https://coveralls.io/r/edx/xblock-sdk
2 changes: 1 addition & 1 deletion doc/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Get the XBlock-SDK repository
The XBlock code is on Github. Get the code by cloning the XBlock-SDK repo::

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

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

Expand Down
Loading

0 comments on commit b5f89fc

Please sign in to comment.