diff options
| author | Mike Taves <mwtoews@gmail.com> | 2021-06-08 15:04:11 +1200 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2021-06-08 15:08:50 +1200 |
| commit | f35de9aeb12b35acba6314def91feddd0e762319 (patch) | |
| tree | a0e9f733f785eaefa36d6b23770f4c1b77148397 | |
| parent | 1769352927f60b86bf183706c887df5a892c6f8f (diff) | |
| download | numpy-f35de9aeb12b35acba6314def91feddd0e762319.tar.gz | |
DOC: update references to other repos head branch to 'main'
| -rw-r--r-- | doc/RELEASE_WALKTHROUGH.rst.txt | 4 | ||||
| -rw-r--r-- | doc/source/user/how-to-how-to.rst | 2 |
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 ****************************************************************************** |
