Skip to content

Commit a3e76fc

Browse files
committed
Update CHANGES links
1 parent 2292a12 commit a3e76fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/create-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,4 @@ jobs:
8787
if: startsWith(github.ref, 'refs/tags/')
8888
with:
8989
name: "sphinxcontrib-applehelp ${{ steps.get_version.outputs.version }}"
90-
body: "Changelog: https://www.sphinx-doc.org/en/master/changes.html"
90+
body: "Changelog: https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst"

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ build-backend = "flit_core.buildapi"
77
name = "sphinxcontrib-applehelp"
88
description = "sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books"
99
readme = "README.rst"
10-
urls.Changelog = "https://www.sphinx-doc.org/en/master/changes.html"
11-
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-applehelp"
10+
urls.Changelog = "https://github.com/sphinx-doc/sphinxcontrib-applehelp/blob/master/CHANGES.rst"
11+
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-applehelp/"
1212
urls.Download = "https://pypi.org/project/sphinxcontrib-applehelp/"
1313
urls.Homepage = "https://www.sphinx-doc.org/"
14-
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
14+
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues/"
1515
license.text = "BSD-2-Clause"
1616
requires-python = ">=3.9"
1717

0 commit comments

Comments
 (0)