From d28a9ee0ea28b2356b24a0d0e0ed70c0141d41cc Mon Sep 17 00:00:00 2001 From: Peter Shen Date: Tue, 2 Apr 2024 12:07:19 +0800 Subject: [PATCH] Update installation.rst (#3257) * Update installation.rst * Add changelog file --- docs/changelog/3257.bugfix.rst | 1 + docs/installation.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/changelog/3257.bugfix.rst diff --git a/docs/changelog/3257.bugfix.rst b/docs/changelog/3257.bugfix.rst new file mode 100644 index 000000000..9770745b0 --- /dev/null +++ b/docs/changelog/3257.bugfix.rst @@ -0,0 +1 @@ +Fix non-existing branch ``rewrite`` in the documentation to ``main``. diff --git a/docs/installation.rst b/docs/installation.rst index 49ddf3101..07be16bc5 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -57,7 +57,7 @@ a pip version of at least ``18.0.0`` and use the following command: .. code-block:: bash - pip install git+https://github.com/tox-dev/tox.git@rewrite + pip install git+https://github.com/tox-dev/tox.git@main .. _compatibility-requirements: