summaryrefslogtreecommitdiff
path: root/docs/advanced.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/advanced.rst')
-rw-r--r--docs/advanced.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/advanced.rst b/docs/advanced.rst
index 3ea5a15..7f17e0c 100644
--- a/docs/advanced.rst
+++ b/docs/advanced.rst
@@ -13,7 +13,7 @@ Command Aliases
---------------
Many tools support aliases for commands (see `Command alias example
-<https://github.com/pallets/click/tree/master/examples/aliases>`_).
+<https://github.com/pallets/click/tree/main/examples/aliases>`_).
For instance, you can configure ``git`` to accept ``git ci`` as alias for
``git commit``. Other tools also support auto-discovery for aliases by
automatically shortening them.