diff options
author | Julien Palard <julien@palard.fr> | 2019-05-25 18:02:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 18:02:24 (GMT) |
commit | 7114c6504a60365b8b0cd718da0ec8a737599fb9 (patch) | |
tree | b733be9eed5522969c92baa8655e3f2b70ff616d /Doc/library/readline.rst | |
parent | f7fba6cfb62edfc22e9b2e12a00ebaf5f348398e (diff) | |
download | cpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.zip cpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.tar.gz cpython-7114c6504a60365b8b0cd718da0ec8a737599fb9.tar.bz2 |
Docs: FIX broken links. (GH-13491)
Diffstat (limited to 'Doc/library/readline.rst')
-rw-r--r-- | Doc/library/readline.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/readline.rst b/Doc/library/readline.rst index 16c28cf..eae0a6d 100644 --- a/Doc/library/readline.rst +++ b/Doc/library/readline.rst @@ -19,7 +19,7 @@ function. Readline keybindings may be configured via an initialization file, typically ``.inputrc`` in your home directory. See `Readline Init File -<https://cnswww.cns.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_ +<https://tiswww.cwru.edu/php/chet/readline/rluserman.html#SEC9>`_ in the GNU Readline manual for information about the format and allowable constructs of that file, and the capabilities of the Readline library in general. |