Skip to content
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.

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 3928e00 commit 36c6032
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ bok-choy
:target: https://pypi.python.org/pypi/bok_choy/
:alt: PyPI

.. image:: https://github.com/edx/bok-choy/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/edx/bok-choy/actions?query=workflow%3A%22Python+CI%22
.. image:: https://github.com/openedx/bok-choy/workflows/Python%20CI/badge.svg?branch=master
:target: https://github.com/openedx/bok-choy/actions?query=workflow%3A%22Python+CI%22
:alt: Github CI

.. image:: http://codecov.io/github/edx/bok-choy/coverage.svg?branch=master
Expand All @@ -22,7 +22,7 @@ bok-choy
:alt: Supported Python versions

.. image:: https://img.shields.io/github/license/edx/bok-choy.svg
:target: https://github.com/edx/bok-choy/blob/master/LICENSE.txt
:target: https://github.com/openedx/bok-choy/blob/master/LICENSE.txt
:alt: License

UI-level acceptance test framework. `Full documentation available on ReadTheDocs`__.
Expand Down
2 changes: 1 addition & 1 deletion bok_choy/a11y/axe_core_ruleset.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def customize_ruleset(self, custom_ruleset_file=None):
https://github.com/dequelabs/axe-core/blob/master/doc/developer-guide.md
An example of a custom rules file can be found at
https://github.com/edx/bok-choy/tree/master/tests/a11y_custom_rules.js
https://github.com/openedx/bok-choy/tree/master/tests/a11y_custom_rules.js
"""
custom_file = custom_ruleset_file or os.environ.get(
"BOKCHOY_A11Y_CUSTOM_RULES_FILE"
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

# Substitutions for all pages
rst_epilog = """
.. _Bok Choy: https://github.com/edx/bok-choy
.. _Bok Choy: https://github.com/openedx/bok-choy
.. _Selenium: http://www.seleniumhq.org
.. _Python: http://python.org
"""
Expand Down
2 changes: 1 addition & 1 deletion docs/intro.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Introduction
============

`Bok Choy <https://github.com/edx/bok-choy>`__ is a UI-level acceptance test framework for writing robust
`Bok Choy <https://github.com/openedx/bok-choy>`__ is a UI-level acceptance test framework for writing robust
`Selenium <http://docs.seleniumhq.org/>`__ tests in `Python <https://www.python.org/>`__.


Expand Down
2 changes: 1 addition & 1 deletion docs/testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To use xvfb, you'll start it up via a ``before_script`` section in your ``.travi
For more details, see this code example_ and the Travis_ docs.

.. _example: https://github.com/edx/xblock-sdk/blob/c7ec2327c0847dc35f57686945490e97e5cd66a5/.travis.yml#L28-L31
.. _example: https://github.com/openedx/xblock-sdk/blob/c7ec2327c0847dc35f57686945490e97e5cd66a5/.travis.yml#L28-L31
.. _Travis: https://docs.travis-ci.com/user/gui-and-headless-browsers/

Testing via tox
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def get_version(*file_paths):
version=VERSION,
author='edX',
author_email='[email protected]',
url='http://github.com/edx/bok-choy',
url='http://github.com/openedx/bok-choy',
description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
license='Apache 2.0',
Expand Down

0 comments on commit 36c6032

Please sign in to comment.