Skip to content

Commit

Permalink
fixing broken commands links (#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
travishathaway committed Aug 3, 2023
1 parent 95c9545 commit 0973c1b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/user-guide/concepts/conda-commands.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ installations of various packages. It can:
letter of the option. So ``--name`` and ``--envs`` can be written as ``-n`` and ``-e`` respectively.

For full usage of each command, including abbreviations, see
:doc:`../../commands`. You can see the same information at the
:doc:`commands <../../commands/index>`. You can see the same information at the
command line by :doc:`viewing the command-line help
<../tasks/view-command-line-help>`.
2 changes: 1 addition & 1 deletion docs/source/user-guide/tasks/manage-environments.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ share an environment file.

.. note::
There are many options available for the commands described
on this page. For details, see :doc:`../../commands`.
on this page. For details, see :doc:`commands <../../commands/index>`.

.. note::
``conda activate`` and ``conda deactivate`` only work on conda 4.6 and later versions.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/tasks/manage-pkgs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Managing packages

.. note::
There are many options available for the commands described
on this page. For details, see :doc:`../../commands`.
on this page. For details, see :doc:`commands <../../commands/index>`.


Searching for packages
Expand Down
2 changes: 1 addition & 1 deletion docs/source/user-guide/tasks/view-command-line-help.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ EXAMPLE: To see help for the ``create`` command, in your terminal window or an A
conda create -h
.. note::
You can see the same command help in :doc:`../../commands`.
You can see the same command help in :doc:`commands <../../commands/index>`.

0 comments on commit 0973c1b

Please sign in to comment.