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 03ecf86 commit ea142f8
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ Minimal pure-Python implementation of a secure multi-party computation (MPC) `pr
:target: https://tinynmc.readthedocs.io/en/latest/?badge=latest
:alt: Read the Docs documentation status.

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

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

.. |colab| image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/nillion-oss/tinynmc/blob/main/notebooks/basic.ipynb
:target: https://colab.research.google.com/github/NillionNetwork/tinynmc/blob/main/notebooks/basic.ipynb
:alt: Open notebook in Google Colab.

Installation and Usage
Expand Down Expand Up @@ -144,7 +144,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/tinynmc>`__ 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/tinynmc>`__ for this library.

Versioning
^^^^^^^^^^
Expand Down
4 changes: 2 additions & 2 deletions notebooks/basic.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cell_type": "markdown",
"source": [
"# tinynmc\n",
"https://github.com/nillion-oss/tinynmc\n",
"https://github.com/NillionNetwork/tinynmc\n",
"\n",
"---\n",
"Minimal pure-Python implementation of a secure multi-party computation (MPC) protocol for evaluating arithmetic sum-of-products expressions via a non-interactive computation phase."
Expand Down Expand Up @@ -279,4 +279,4 @@
]
}
]
}
}
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies = [
]

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

[project.optional-dependencies]
Expand Down

0 comments on commit ea142f8

Please sign in to comment.