From ea142f82396018f354e1b647cdf3df83f3afb1fb Mon Sep 17 00:00:00 2001 From: Calum MacRae Date: Wed, 27 Mar 2024 08:16:32 +0000 Subject: [PATCH] chore: update repo URL references to reflect transfer --- README.rst | 12 ++++++------ notebooks/basic.ipynb | 4 ++-- pyproject.toml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index addcefd..acf5c0b 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -144,7 +144,7 @@ Style conventions are enforced using `Pylint `__: Contributions ^^^^^^^^^^^^^ -In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page `__ for this library. +In order to contribute to the source code, open an issue or submit a pull request on the `GitHub page `__ for this library. Versioning ^^^^^^^^^^ diff --git a/notebooks/basic.ipynb b/notebooks/basic.ipynb index 3e50fdc..7db5189 100644 --- a/notebooks/basic.ipynb +++ b/notebooks/basic.ipynb @@ -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." @@ -279,4 +279,4 @@ ] } ] -} \ No newline at end of file +} diff --git a/pyproject.toml b/pyproject.toml index becc538..5a2883f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]