diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 665aac8..2f11eeb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -41,7 +41,7 @@ sdk/python/ 1. **Clone the repository:** ```bash - git clone https://github.com/TeoSlayer/pilotprotocol.git + git clone https://github.com/pilot-protocol/pilotprotocol.git cd pilotprotocol/sdk/python ``` diff --git a/docs/BUILD_INSTRUCTIONS.md b/docs/BUILD_INSTRUCTIONS.md index 7870807..f8df5d1 100644 --- a/docs/BUILD_INSTRUCTIONS.md +++ b/docs/BUILD_INSTRUCTIONS.md @@ -50,7 +50,7 @@ pip install build twine ### 1. Clone the repository ```bash -git clone https://github.com/TeoSlayer/pilotprotocol.git +git clone https://github.com/pilot-protocol/pilotprotocol.git cd pilotprotocol/sdk/python ``` diff --git a/pyproject.toml b/pyproject.toml index 1e07a25..b0f8e93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,9 +66,9 @@ pilot-updater = "pilotprotocol.cli:run_updater" [project.urls] Homepage = "https://pilotprotocol.network" Documentation = "https://pilotprotocol.network/docs/" -Repository = "https://github.com/TeoSlayer/pilotprotocol" -"Bug Tracker" = "https://github.com/TeoSlayer/pilotprotocol/issues" -Changelog = "https://github.com/TeoSlayer/pilotprotocol/blob/main/sdk/python/CHANGELOG.md" +Repository = "https://github.com/pilot-protocol/pilotprotocol" +"Bug Tracker" = "https://github.com/pilot-protocol/pilotprotocol/issues" +Changelog = "https://github.com/pilot-protocol/pilotprotocol/blob/main/sdk/python/CHANGELOG.md" [project.optional-dependencies] dev = [