Skip to content

Commit d3f96f7

Browse files
committedJul 28, 2024·
Update CHANGES links
1 parent d7aaab5 commit d3f96f7

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-devhelp ${{ 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-devhelp/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-devhelp"
88
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents"
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-devhelp"
10+
urls.Changelog = "https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst"
11+
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-devhelp/"
1212
urls.Download = "https://pypi.org/project/sphinxcontrib-devhelp/"
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)
Please sign in to comment.