diff --git a/sphinx_doc_src/cmds/cdh.rst b/sphinx_doc_src/cmds/cdh.rst
index 90ad1df5a..c1390a662 100644
--- a/sphinx_doc_src/cmds/cdh.rst
+++ b/sphinx_doc_src/cmds/cdh.rst
@@ -20,4 +20,4 @@ Note that the ``cd`` command limits directory history to the 25 most recently vi
See Also
--------
-See also the ``prevd`` and ``pushd`` commands which also work with the recent ``cd`` history and are provided for compatibility with other shells.
+See also the :ref:`prevd ` and :ref:`pushd ` commands which also work with the recent ``cd`` history and are provided for compatibility with other shells.
diff --git a/sphinx_doc_src/cmds/fish.rst b/sphinx_doc_src/cmds/fish.rst
index 572ed360f..35cd9599b 100644
--- a/sphinx_doc_src/cmds/fish.rst
+++ b/sphinx_doc_src/cmds/fish.rst
@@ -12,7 +12,7 @@ fish [OPTIONS] [-c command] [FILE [ARGUMENTS...]]
Description
-----------
-``fish`` is a command-line shell written mainly with interactive use in mind. The full manual is available in HTML by using the help command from inside fish.
+``fish`` is a command-line shell written mainly with interactive use in mind. The full manual is available in HTML by using the :ref:`help ` command from inside fish.
The following options are available:
diff --git a/sphinx_doc_src/cmds/nextd.rst b/sphinx_doc_src/cmds/nextd.rst
index 4bb862b5b..05173e846 100644
--- a/sphinx_doc_src/cmds/nextd.rst
+++ b/sphinx_doc_src/cmds/nextd.rst
@@ -18,7 +18,7 @@ If the ``-l`` or ``--list`` flag is specified, the current directory history is
Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
-You may be interested in the ``cdh`` command which provides a more intuitive way to navigate to recently visited directories.
+You may be interested in the :ref:`cdh ` command which provides a more intuitive way to navigate to recently visited directories.
Example
-------
diff --git a/sphinx_doc_src/cmds/popd.rst b/sphinx_doc_src/cmds/popd.rst
index 476ed8718..96cd28eb5 100644
--- a/sphinx_doc_src/cmds/popd.rst
+++ b/sphinx_doc_src/cmds/popd.rst
@@ -14,7 +14,7 @@ Description
``popd`` removes the top directory from the directory stack and changes the working directory to the new top directory. Use :ref:`pushd ` to add directories to the stack.
-You may be interested in the ``cdh`` command which provides a more intuitive way to navigate to recently visited directories.
+You may be interested in the :ref:`cdh ` command which provides a more intuitive way to navigate to recently visited directories.
Example
-------
diff --git a/sphinx_doc_src/cmds/prevd.rst b/sphinx_doc_src/cmds/prevd.rst
index b96338c51..e5b444220 100644
--- a/sphinx_doc_src/cmds/prevd.rst
+++ b/sphinx_doc_src/cmds/prevd.rst
@@ -18,7 +18,7 @@ If the ``-l`` or ``--list`` flag is specified, the current history is also displ
Note that the ``cd`` command limits directory history to the 25 most recently visited directories. The history is stored in the ``$dirprev`` and ``$dirnext`` variables which this command manipulates.
-You may be interested in the ``cdh`` command which provides a more intuitive way to navigate to recently visited directories.
+You may be interested in the :ref:`cdh ` command which provides a more intuitive way to navigate to recently visited directories.
Example
-------
diff --git a/sphinx_doc_src/cmds/pushd.rst b/sphinx_doc_src/cmds/pushd.rst
index 713bee2e5..a4e97544d 100644
--- a/sphinx_doc_src/cmds/pushd.rst
+++ b/sphinx_doc_src/cmds/pushd.rst
@@ -22,7 +22,7 @@ Without arguments, it exchanges the top two directories in the stack.
See also ``dirs`` and ``dirs -c``.
-You may be interested in the ``cdh`` command which provides a more intuitive way to navigate to recently visited directories.
+You may be interested in the :ref:`cdh ` command which provides a more intuitive way to navigate to recently visited directories.
Example
-------