diff options
| author | Dan Abdinoor <abdinoor@gmail.com> | 2018-07-10 12:14:45 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-07-10 12:14:45 -0400 |
| commit | 83c93802999f41545fac2e4d94f486a09773cf00 (patch) | |
| tree | 3f238439e287db5624a5685340ec479c30e608df /doc/usage/quickstart.rst | |
| parent | 1140e81df7ee9df1135ef9f35302ffd72d5bd764 (diff) | |
| download | sphinx-git-83c93802999f41545fac2e4d94f486a09773cf00.tar.gz | |
Fix links to sphinx-build man page
Swap``program`` for ``doc`` links to sphinx-build man page.
Diffstat (limited to 'doc/usage/quickstart.rst')
| -rw-r--r-- | doc/usage/quickstart.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/usage/quickstart.rst b/doc/usage/quickstart.rst index fabbf9905..0f9452f05 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -127,7 +127,7 @@ directory in which you want to place the built documentation. The :option:`-b <sphinx-build -b>` option selects a builder; in this example Sphinx will build HTML files. -|more| Refer to the :program:`sphinx-build man page <sphinx-build>` for all +|more| Refer to the :doc:`sphinx-build man page </man/sphinx-build>` for all options that :program:`sphinx-build` supports. However, :program:`sphinx-quickstart` script creates a :file:`Makefile` and a @@ -331,7 +331,7 @@ More topics to be covered .. [#] This is the usual layout. However, :file:`conf.py` can also live in another directory, the :term:`configuration directory`. Refer to the - :program:`sphinx-build man page <sphinx-build>` for more information. + :doc:`sphinx-build man page </man/sphinx-build>` for more information. .. |more| image:: /_static/more.png :align: middle |
