Skip to content

Commit

Permalink
chore: update repo URL references to reflect transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacrae committed Mar 27, 2024
1 parent 144604b commit f66c36e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Minimal pure-Python library that implements a basic version of a `secure decentr
:target: https://tinybio.readthedocs.io/en/latest/?badge=latest
:alt: Read the Docs documentation status.

.. |actions| image:: https://github.com/nillion-oss/tinybio/workflows/lint-test-cover-docs/badge.svg
:target: https://github.com/nillion-oss/tinybio/actions/workflows/lint-test-cover-docs.yml
.. |actions| image:: https://github.com/NillionNetwork/tinybio/workflows/lint-test-cover-docs/badge.svg
:target: https://github.com/NillionNetwork/tinybio/actions/workflows/lint-test-cover-docs.yml
:alt: GitHub Actions status.

.. |coveralls| image:: https://coveralls.io/repos/github/nillion-oss/tinybio/badge.svg?branch=main
:target: https://coveralls.io/github/nillion-oss/tinybio?branch=main
.. |coveralls| image:: https://coveralls.io/repos/github/NillionNetwork/tinybio/badge.svg?branch=main
:target: https://coveralls.io/github/NillionNetwork/tinybio?branch=main
:alt: Coveralls test coverage summary.

Installation and Usage
Expand Down Expand Up @@ -133,7 +133,7 @@ Style conventions are enforced using `Pylint <https://pylint.readthedocs.io>`__:
Contributions
^^^^^^^^^^^^^
In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page <https://github.com/nillion-oss/tinybio>`__ for this library.
In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page <https://github.com/NillionNetwork/tinybio>`__ for this library.

Versioning
^^^^^^^^^^
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies = [
]

[project.urls]
Repository = "https://github.com/nillion-oss/tinybio"
Repository = "https://github.com/NillionNetwork/tinybio"
Documentation = "https://tinybio.readthedocs.io"

[project.optional-dependencies]
Expand Down

0 comments on commit f66c36e

Please sign in to comment.