From 01232ce28b2e0c183bc3240812a2b3bce3bf45c3 Mon Sep 17 00:00:00 2001 From: tobb10001 Date: Tue, 6 Feb 2024 21:48:21 +0100 Subject: [PATCH] update link to documentation on PyPI --- lib/lsp-devtools/pyproject.toml | 2 +- lib/pytest-lsp/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/lsp-devtools/pyproject.toml b/lib/lsp-devtools/pyproject.toml index 32d4998..c35aa5a 100644 --- a/lib/lsp-devtools/pyproject.toml +++ b/lib/lsp-devtools/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ [project.urls] "Bug Tracker" = "https://github.com/swyddfa/lsp-devtools/issues" -"Documentation" = "https://swyddfa.github.io/lsp-devtools/" +"Documentation" = "https://lsp-devtools.readthedocs.io/en/latest/" "Source Code" = "https://github.com/swyddfa/lsp-devtools" [project.scripts] diff --git a/lib/pytest-lsp/pyproject.toml b/lib/pytest-lsp/pyproject.toml index bfd9e99..d64fb15 100644 --- a/lib/pytest-lsp/pyproject.toml +++ b/lib/pytest-lsp/pyproject.toml @@ -33,7 +33,7 @@ dependencies = [ [project.urls] "Bug Tracker" = "https://github.com/swyddfa/lsp-devtools/issues" -"Documentation" = "https://swyddfa.github.io/lsp-devtools/" +"Documentation" = "https://lsp-devtools.readthedocs.io/en/latest/" "Source Code" = "https://github.com/swyddfa/lsp-devtools" [project.entry-points.pytest11]