From 325ddb1f1edb845a3733f426cbc9d5ed3d2804ca Mon Sep 17 00:00:00 2001 From: Anna Zhukova <28830446+bindreams@users.noreply.github.com> Date: Sat, 4 May 2024 23:18:32 +0300 Subject: [PATCH] Change documentation links --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"