Skip to content

Commit 4a1fd1c

Browse files
committed
Fix a linkcheck redirect warning
1 parent 60f32c6 commit 4a1fd1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/source/release-process.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Store your PyPI password:
5252
5353
#. Get a GitHub access token:
5454

55-
Follow the `GitHub instructions <https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/>`__ for getting an access token.
55+
Follow the `GitHub access token instructions`_ for getting an access token.
5656

5757
#. Set environment variables to GitHub credentials, e.g.:
5858

@@ -66,3 +66,5 @@ Store your PyPI password:
6666
.. code:: sh
6767
6868
curl https://raw.githubusercontent.com/"$GITHUB_OWNER"/vws-python/master/admin/release.sh | bash
69+
70+
.. _GitHub access token instructions: https://help.github.com/en/github/authenticating-to-github/creating-a-personal-access-token-for-the-command-line/

0 commit comments

Comments
 (0)