diff --git a/README.md b/README.md index 22474e45..c3b6ca24 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Install the package with: ```sh pip install zint-bindings ``` -Detailed instructions and usage examples are available in the [official documentation](https://bindreams.github.io/zint-bindings/getting-started.html). +Detailed instructions and usage examples are available in the [official documentation](https://zint-bindings.readthedocs.io/en/stable/getting-started.html). ## License diff --git a/pyproject.toml b/pyproject.toml index b56bb664..74123c63 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ ] [project.urls] -Documentation = "https://bindreams.github.io/zint-bindings/" +Documentation = "https://zint-bindings.readthedocs.io/" Repository = "https://github.com/bindreams/zint-bindings" Issues = "https://github.com/bindreams/zint-bindings/issues"