Skip to content

Commit

Permalink
Update CHANGES links
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Jul 28, 2024
1 parent d7aaab5 commit d3f96f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
if: startsWith(github.ref, 'refs/tags/')
with:
name: "sphinxcontrib-devhelp ${{ steps.get_version.outputs.version }}"
body: "Changelog: https://www.sphinx-doc.org/en/master/changes.html"
body: "Changelog: https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst"
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ build-backend = "flit_core.buildapi"
name = "sphinxcontrib-devhelp"
description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents"
readme = "README.rst"
urls.Changelog = "https://www.sphinx-doc.org/en/master/changes.html"
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-devhelp"
urls.Changelog = "https://github.com/sphinx-doc/sphinxcontrib-devhelp/blob/master/CHANGES.rst"
urls.Code = "https://github.com/sphinx-doc/sphinxcontrib-devhelp/"
urls.Download = "https://pypi.org/project/sphinxcontrib-devhelp/"
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"

Expand Down

0 comments on commit d3f96f7

Please sign in to comment.