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 10, 2022
1 parent 5c023f4 commit 3aeb63a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ For more information about these options, see the `Getting Help`_ page.
:target: https://pypi.python.org/pypi/openedx-learning/
:alt: PyPI

.. |ci-badge| image:: https://github.com/edx/openedx-learning/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/openedx-learning/actions
.. |ci-badge| image:: https://github.com/openedx/openedx-learning/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/openedx-learning/actions
:alt: CI

.. |codecov-badge| image:: https://codecov.io/github/edx/openedx-learning/coverage.svg?branch=master
Expand All @@ -163,5 +163,5 @@ For more information about these options, see the `Getting Help`_ page.
:alt: Supported Python versions

.. |license-badge| image:: https://img.shields.io/github/license/edx/openedx-learning.svg
:target: https://github.com/edx/openedx-learning/blob/master/LICENSE.txt
:target: https://github.com/openedx/openedx-learning/blob/master/LICENSE.txt
:alt: License
4 changes: 2 additions & 2 deletions pylintrc_backup
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: https://github.com/edx/edx-lint
# This file was generated by edx-lint: https://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 @@ -28,7 +28,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 3aeb63a

Please sign in to comment.