From 7f50c521b66922529ed2cab8434b865afc8a79dd Mon Sep 17 00:00:00 2001 From: Masaru Tsuchiyama Date: Sun, 20 Feb 2022 17:24:23 +0900 Subject: [PATCH] fix link of argcomplete page. --- doc/en/how-to/bash-completion.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/en/how-to/bash-completion.rst b/doc/en/how-to/bash-completion.rst index 245dfd6d9..117ff7ec1 100644 --- a/doc/en/how-to/bash-completion.rst +++ b/doc/en/how-to/bash-completion.rst @@ -5,7 +5,7 @@ How to set up bash completion ============================= When using bash as your shell, ``pytest`` can use argcomplete -(https://argcomplete.readthedocs.io/) for auto-completion. +(https://kislyuk.github.io/argcomplete/) for auto-completion. For this ``argcomplete`` needs to be installed **and** enabled. Install argcomplete using: