From 14ccac4887f4029303ba670bf2447f132d0f9b45 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Wed, 15 Jul 2020 03:24:31 -0400 Subject: [PATCH] docs: fix broken links in FAQ --- doc_src/faq.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc_src/faq.rst b/doc_src/faq.rst index 3b236fab8..6f5fdcf66 100644 --- a/doc_src/faq.rst +++ b/doc_src/faq.rst @@ -174,7 +174,7 @@ add a statement to your :ref:`user initialization file ` (usuall How do I customize my syntax highlighting colors? ------------------------------------------------- -Use the web configuration tool, :ref:`fish_config `, or alter the `fish_color family of environment variables `__. +Use the web configuration tool, :ref:`fish_config `, or alter the :ref:`fish_color family of environment variables `. I accidentally entered a directory path and fish changed directory. What happened? ---------------------------------------------------------------------------------- @@ -182,7 +182,7 @@ If fish is unable to locate a command with a given name, and it starts with ``.` The open command doesn't work. ------------------------------ -The ``open`` command uses the MIME type database and the ``.desktop`` files used by Gnome and KDE to identify filetypes and default actions. If at least one of these environments is installed, but the open command is not working, this probably means that the relevant files are installed in a non-standard location. Consider `asking for more help `__. +The ``open`` command uses the MIME type database and the ``.desktop`` files used by Gnome and KDE to identify filetypes and default actions. If at least one of these environments is installed, but the open command is not working, this probably means that the relevant files are installed in a non-standard location. Consider :ref:`asking for more help `. How do I make fish my default shell? ------------------------------------