Skip to content

Commit 74d9d71

Browse files
committed
update link
1 parent 8da6a1a commit 74d9d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sphinx/src/maintainer/updating_pkgs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ When a new version of a package is released on PyPI/CRAN/.., we have a bot that
5151
<https://help.github.com/en/github/using-git/which-remote-url-should-i-use>`_
5252
for instructions on using the ``https://`` protocol if you have
5353
enabled `two-factor authentication
54-
<https://help.github.com/en/articles/securing-your-account-with-two-factor-authentication-2fa>`_.
54+
<https://docs.github.com/en/authentication/securing-your-account-with-two-factor-authentication-2fa>`_.
5555
- Fetch the remote: ``git fetch regro-cf-autotick-bot``
5656
- Checkout the branch of the PR, git should automatically link it to the `regro-cf-autotick-bot` remote if this is the only remote with a branch of that name.
5757
- If there are multiple remotes with this branch name, you need to first checkout the remote branch and then turn it into a local branch: ``git checkout regro-cf-autotick-bot/<branch> && git checkout -b <branch>``

0 commit comments

Comments
 (0)