@@ -10,7 +10,7 @@ downward.
1010
1111This page is the complete CLI reference — flags, arguments, and
1212behaviour for every subcommand. If you are new to *Dfetch *, start with
13- :doc: ` ../tutorials/getting_started ` instead. For specific tasks the How-to Guides
13+ :ref: ` Getting Started < getting-started > ` instead. For specific tasks the How-to Guides
1414in the sidebar go further.
1515
1616.. program-output :: dfetch --help
4040
4141.. automodule :: dfetch.commands.import_
4242
43- .. seealso :: :doc:`../howto/ migration` — step-by-step guide for switching from Git submodules or SVN externals.
43+ .. seealso :: :ref:`Migrate to Dfetch < migration> ` — step-by-step guide for switching from Git submodules or SVN externals.
4444
4545Add
4646---
5252
5353.. automodule :: dfetch.commands.add
5454
55- .. seealso :: :doc:`../howto/ adding-a-project` — walks through adding a new dependency from start to finish.
55+ .. seealso :: :ref:`Add a project < adding-a-project> ` — walks through adding a new dependency from start to finish.
5656
5757Remove
5858------
6666
6767.. automodule :: dfetch.commands.remove
6868
69- .. seealso :: :doc:`../howto/ remove-a-project` — how to remove projects from your manifest.
69+ .. seealso :: :ref:`Remove a project < remove-a-project> ` — how to remove projects from your manifest.
7070
7171Check
7272-----
8080
8181.. automodule :: dfetch.commands.check
8282
83- .. seealso :: :doc:`../howto/ check-ci` — how to run dependency checks in CI pipelines and interpret the output formats.
83+ .. seealso :: :ref:`Check projects in CI < check-ci> ` — how to run dependency checks in CI pipelines and interpret the output formats.
8484
8585Update
8686------
9494
9595.. automodule :: dfetch.commands.update
9696
97- .. seealso :: :doc:`../howto/ updating-projects` — covers the update workflow, pinning versions, and force-fetching.
97+ .. seealso :: :ref:`Update projects < updating-projects> ` — covers the update workflow, pinning versions, and force-fetching.
9898
9999Diff
100100----
106106
107107.. asciinema :: ../asciicasts/diff.cast
108108
109- .. seealso :: :doc:`../howto/ patching` — creating, applying, and maintaining patches across upstream version bumps.
109+ .. seealso :: :ref:`Patch a project < patching> ` — creating, applying, and maintaining patches across upstream version bumps.
110110
111111Update patch
112112------------
@@ -142,7 +142,7 @@ Report
142142
143143.. automodule :: dfetch.reporting.stdout_reporter
144144
145- .. seealso :: :doc:`../howto/ sbom` — generating a Software Bill of Materials with ``dfetch report``.
145+ .. seealso :: :ref:`Generate an SBOM < sbom> ` — generating a Software Bill of Materials with ``dfetch report``.
146146
147147Freeze
148148------
0 commit comments