Skip to content

Commit

Permalink
Merge pull request #70 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 12, 2022
2 parents bfa673c + a905573 commit 7f2d23a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ and add the following:

.. |badge-coveralls| image:: https://coveralls.io/repos/github/Stanford-Online/xblock-free-text-response/badge.svg?branch=master
:target: https://coveralls.io/github/Stanford-Online/xblock-free-text-response?branch=master
.. |badge-ci| image:: https://github.com/edx/xblock-free-text-response/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/xblock-free-text-response/actions?query=workflow%3A%22Python+CI%22
.. |badge-ci| image:: https://github.com/openedx/xblock-free-text-response/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/xblock-free-text-response/actions?query=workflow%3A%22Python+CI%22

0 comments on commit 7f2d23a

Please sign in to comment.