Skip to content

Commit

Permalink
docs(migration): fix hyperlink (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Jul 17, 2023
1 parent 03f89dd commit 5fbd52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/migrating_from_v7.rst
Expand Up @@ -156,7 +156,7 @@ VCS. It does *not* publish software artefacts to remote repositories such as PyP
the rationale behind this decision is simply that under the hood, Python Semantic Release
used `twine`_ to upload artefacts to package indexes such as PyPI, and it's recommended
to use twine directly via the command-line. From the twine
`documentation<https://twine.readthedocs.io/en/stable/contributing.html#architectural-overview>`_:
`documentation <https://twine.readthedocs.io/en/stable/contributing.html#architectural-overview>`_:

Twine is a command-line tool for interacting with PyPI securely over HTTPS.

Expand Down

0 comments on commit 5fbd52d

Please sign in to comment.