diff --git a/docs/V1_API_COMMANDS.md b/docs/V1_API_COMMANDS.md index d59317e1..dc30ccbc 100644 --- a/docs/V1_API_COMMANDS.md +++ b/docs/V1_API_COMMANDS.md @@ -2,7 +2,7 @@ This page is still under construction. All of the following are the commands we have reverse engineered. It is not an exhaustive list of all the possible commands. -Commands do not immediately make it to this page. You can find more commands [here](https://github.com/humbertogontijo/python-roborock/blob/main/roborock/roborock_typing.py#L18) +Commands do not immediately make it to this page. You can find more commands [here](https://github.com/Python-roborock/python-roborock/blob/main/roborock/roborock_typing.py#L18) Commands can have multiple parameters that can change from one model to another. diff --git a/pyproject.toml b/pyproject.toml index 595d6ee6..0f3dbd95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ dependencies = [ ] [project.urls] -Repository = "https://github.com/humbertogontijo/python-roborock" +Repository = "https://github.com/python-roborock/python-roborock" Documentation = "https://python-roborock.readthedocs.io/" [project.scripts]