Skip to content

Commit ea0f2c6

Browse files
committed
Fix references
1 parent a920676 commit ea0f2c6

4 files changed

Lines changed: 13 additions & 9 deletions

File tree

doc/explanation/vendoring.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
.. _vendoring:
4+
35
Vendoring
46
=========
57

doc/reference/commands.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ downward.
1010

1111
This page is the complete CLI reference — flags, arguments, and
1212
behaviour 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
1414
in the sidebar go further.
1515

1616
.. program-output:: dfetch --help
@@ -40,7 +40,7 @@ Import
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

4545
Add
4646
---
@@ -52,7 +52,7 @@ Add
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

5757
Remove
5858
------
@@ -66,7 +66,7 @@ Remove
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

7171
Check
7272
-----
@@ -80,7 +80,7 @@ Check
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

8585
Update
8686
------
@@ -94,7 +94,7 @@ Update
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

9999
Diff
100100
----
@@ -106,7 +106,7 @@ Diff
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

111111
Update 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

147147
Freeze
148148
------

doc/reference/glossary.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,5 @@ Glossary
9999
The practice of copying third-party source code directly into your own
100100
repository rather than relying on a package manager to fetch it at build
101101
time. *Dfetch* automates the fetch, version-pinning, patching, and
102-
update lifecycle of vendored dependencies. See :doc:`../explanation/vendoring`
102+
update lifecycle of vendored dependencies. See :ref:`Vendoring <vendoring>`
103103
for a detailed discussion of the trade-offs.

doc/tutorials/getting_started.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11

22

3+
.. _getting-started:
4+
35
Getting Started
46
===============
57

0 commit comments

Comments
 (0)