Skip to content

Commit

Permalink
docs: Fix badges and other cookiecutter-created repo/package referenc…
Browse files Browse the repository at this point in the history
…es (#22)
  • Loading branch information
timmc-edx authored and whuang1202 committed Aug 9, 2022
1 parent 5e9747a commit de0d35b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Fixed
_____

* Cache producers so that they don't lose data.
* Moved configuration onto separate file.

[0.1.0] - 2022-06-16
~~~~~~~~~~~~~~~~~~~~
Expand Down
26 changes: 13 additions & 13 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ One Time Setup
.. code-block::
# Clone the repository
git clone git@github.com:edx/event-bus-kafka.git
git clone git@github.com:openedx/event-bus-kafka.git
cd event-bus-kafka
# Set up a virtualenv using virtualenvwrapper with the same name as the repo and activate it
Expand Down Expand Up @@ -131,26 +131,26 @@ For more information about these options, see the `Getting Help`_ page.
.. _community Slack workspace: https://openedx.slack.com/
.. _Getting Help: https://openedx.org/getting-help

.. |pypi-badge| image:: https://img.shields.io/pypi/v/event-bus-kafka.svg
:target: https://pypi.python.org/pypi/event-bus-kafka/
.. |pypi-badge| image:: https://img.shields.io/pypi/v/edx-event-bus-kafka.svg
:target: https://pypi.python.org/pypi/edx-event-bus-kafka/
:alt: PyPI

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

.. |codecov-badge| image:: https://codecov.io/github/edx/event-bus-kafka/coverage.svg?branch=main
:target: https://codecov.io/github/edx/event-bus-kafka?branch=main
.. |codecov-badge| image:: https://codecov.io/github/openedx/event-bus-kafka/coverage.svg?branch=main
:target: https://codecov.io/github/openedx/event-bus-kafka?branch=main
:alt: Codecov

.. |doc-badge| image:: https://readthedocs.org/projects/event-bus-kafka/badge/?version=latest
:target: https://event-bus-kafka.readthedocs.io/en/latest/
.. |doc-badge| image:: https://readthedocs.org/projects/edx-event-bus-kafka/badge/?version=latest
:target: https://edx-event-bus-kafka.readthedocs.io/en/latest/
:alt: Documentation

.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/event-bus-kafka.svg
:target: https://pypi.python.org/pypi/event-bus-kafka/
.. |pyversions-badge| image:: https://img.shields.io/pypi/pyversions/edx-event-bus-kafka.svg
:target: https://pypi.python.org/pypi/edx-event-bus-kafka/
:alt: Supported Python versions

.. |license-badge| image:: https://img.shields.io/github/license/edx/event-bus-kafka.svg
:target: https://github.com/edx/event-bus-kafka/blob/main/LICENSE.txt
.. |license-badge| image:: https://img.shields.io/github/license/openedx/event-bus-kafka.svg
:target: https://github.com/openedx/event-bus-kafka/blob/main/LICENSE.txt
:alt: License

0 comments on commit de0d35b

Please sign in to comment.