summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/RELEASE_WALKTHROUGH.rst.txt4
-rw-r--r--doc/source/user/how-to-how-to.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/RELEASE_WALKTHROUGH.rst.txt b/doc/RELEASE_WALKTHROUGH.rst.txt
index 4fbc7af1c..6febd554f 100644
--- a/doc/RELEASE_WALKTHROUGH.rst.txt
+++ b/doc/RELEASE_WALKTHROUGH.rst.txt
@@ -102,8 +102,8 @@ someone else, then create a new branch for the series. If the branch already
exists skip this::
$ cd ../numpy-wheels
- $ git co master
- $ git pull upstream master
+ $ git checkout main
+ $ git pull upstream main
$ git branch v1.19.x
Checkout the new branch and edit the ``azure-pipelines.yml`` and
diff --git a/doc/source/user/how-to-how-to.rst b/doc/source/user/how-to-how-to.rst
index 16a2fc7a4..c56f24284 100644
--- a/doc/source/user/how-to-how-to.rst
+++ b/doc/source/user/how-to-how-to.rst
@@ -107,7 +107,7 @@ part of NumPy (like its API) but aren't obligated to paint a broader picture.
For more on tutorials, see the `tutorial how-to`_.
-.. _`tutorial how-to`: https://github.com/numpy/numpy-tutorials/blob/master/tutorial_style.ipynb
+.. _`tutorial how-to`: https://github.com/numpy/numpy-tutorials/blob/main/content/tutorial-style-guide.md
******************************************************************************