Skip to content

Commit b70697c

Browse files
committed
Update CHANGES links
1 parent a3d1b70 commit b70697c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .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-serializinghtml ${{ 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-serializinghtml/blob/master/CHANGES.rst"

Diff for: pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ name = "sphinxcontrib-serializinghtml"
88
description = """sphinxcontrib-serializinghtml is a sphinx extension which \
99
outputs "serialized" HTML files (json and pickle)"""
1010
readme = "README.rst"
11-
urls.Changelog = "https://www.sphinx-doc.org/en/master/changes.html"
12-
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml"
11+
urls.Changelog = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/blob/master/CHANGES.rst"
12+
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-serializinghtml/"
1313
urls.Download = "https://pypi.org/project/sphinxcontrib-serializinghtml/"
1414
urls.Homepage = "https://www.sphinx-doc.org/"
15-
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues"
15+
urls."Issue tracker" = "https://github.com/sphinx-doc/sphinx/issues/"
1616
license.text = "BSD-2-Clause"
1717
requires-python = ">=3.9"
1818

0 commit comments

Comments
 (0)