Skip to content

Commit

Permalink
Merge pull request #589 from edmorley/link-to-stable-docs
Browse files Browse the repository at this point in the history
Link to the stable release docs in project metadata
  • Loading branch information
takluyver committed Sep 29, 2022
2 parents 8d82bb1 + a556ed9 commit 3f1ed8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions doc/pyproject_toml.rst
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ any names inside it. Here it is for flit:
.. code-block:: toml
[project.urls]
Documentation = "https://flit.readthedocs.io/en/latest/"
Documentation = "https://flit.pypa.io"
Source = "https://github.com/pypa/flit"
.. _pyproject_project_scripts:
Expand Down Expand Up @@ -369,7 +369,7 @@ any names inside it. Here it is for flit:
.. code-block:: toml
[tool.flit.metadata.urls]
Documentation = "https://flit.readthedocs.io/en/latest/"
Documentation = "https://flit.pypa.io"
.. versionadded:: 1.0

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ doc = [
]

[project.urls]
Documentation = "https://flit.readthedocs.io/en/latest/"
Documentation = "https://flit.pypa.io"
Source = "https://github.com/pypa/flit"
Changelog = "https://flit.readthedocs.io/en/latest/history.html"
Changelog = "https://flit.pypa.io/en/stable/history.html"

[project.scripts]
flit = "flit:main"

0 comments on commit 3f1ed8b

Please sign in to comment.