Fix broken links to index.html in cmd docs

This commit is contained in:
Jason Nader
2020-01-31 12:38:56 +09:00
committed by David Adam
parent 3f8907d7cf
commit bc3b64bb50
11 changed files with 12 additions and 12 deletions

View File

@@ -233,7 +233,7 @@ Fish history recall is very simple yet effective:
- If you want to reuse several arguments from the same line ("!!:3*" and the like), consider recalling the whole line and removing what you don't need (:kbd:`Alt+D` and :kbd:`Alt+Backspace` are your friends).
See `documentation <index.html#editor>`__ for more details about line editing in fish.
See :ref:`documentation <editor>` for more details about line editing in fish.
How can I use ``-`` as a shortcut for ``cd -``?