Skip to content

Commit

Permalink
fix: fix github url strings (org edx -> openedx)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Sep 7, 2022
1 parent 6300faf commit 8ad2f05
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
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
4 changes: 2 additions & 2 deletions pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# ** DO NOT EDIT THIS FILE **
# ***************************
#
# This file was generated by edx-lint: http://github.com/edx/edx-lint
# This file was generated by edx-lint: http://github.com/openedx/edx-lint
#
# If you want to change this file, you have two choices, depending on whether
# you want to make a local change that applies only to this repo, or whether
Expand All @@ -24,7 +24,7 @@
# CENTRAL CHANGE:
#
# 1. Edit the pylintrc file in the edx-lint repo at
# https://github.com/edx/edx-lint/blob/master/edx_lint/files/pylintrc
# https://github.com/openedx/edx-lint/blob/master/edx_lint/files/pylintrc
#
# 2. install the updated version of edx-lint (in edx-lint):
#
Expand Down

0 comments on commit 8ad2f05

Please sign in to comment.