From 6a625bd314a7338c3a91ebdf846743421387092d Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Sun, 28 Jul 2024 19:32:58 +0100 Subject: [PATCH] Update CHANGES links --- .github/workflows/create-release.yml | 2 +- pyproject.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index ec6ae8e..6e71008 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -87,4 +87,4 @@ jobs: if: startsWith(github.ref, 'refs/tags/') with: name: "sphinxcontrib-websupport ${{ steps.get_version.outputs.version }}" - body: "Changelog: https://www.sphinx-doc.org/en/master/changes.html" + body: "Changelog: https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES.rst" diff --git a/pyproject.toml b/pyproject.toml index 1b94581..c9c0fa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,11 +8,11 @@ name = "sphinxcontrib-websupport" description = """sphinxcontrib-websupport provides a Python API to easily \ integrate Sphinx documentation into your Web application""" readme = "README.rst" -urls.Changelog = "https://www.sphinx-doc.org/en/master/changes.html" -urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-websupport" +urls.Changelog = "https://github.com/sphinx-doc/sphinxcontrib-websupport/blob/master/CHANGES.rst" +urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-websupport/" urls.Download = "https://pypi.org/project/sphinxcontrib-websupport/" urls.Homepage = "https://www.sphinx-doc.org/" -urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues" +urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues/" license.text = "BSD-2-Clause" requires-python = ">=3.9"