Skip to content

Commit 06cdf3e

Browse files
Merge pull request #813 from aboutcode-org/doc-tests-fix
Fix doc test failures
2 parents 0b1eeb8 + dfc4cd4 commit 06cdf3e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/source/contributing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ overlooked. We value any suggestions to improve
124124

125125
.. tip::
126126
Our documentation is treated like code. Make sure to check our
127-
`writing guidelines <https://scancode-toolkit.readthedocs.io/en/stable/contribute/contrib_doc.html>`_
127+
`writing guidelines <https://scancode-toolkit.readthedocs.io/en/stable/getting-started/contribute/contributing-docs.html>`_
128128
to help guide new users.
129129

130130
Other Ways
@@ -140,7 +140,7 @@ questions, and interact with us and other community members on
140140
Helpful Resources
141141
-----------------
142142

143-
- Review our `comprehensive guide <https://scancode-toolkit.readthedocs.io/en/stable/contribute/index.html>`_
143+
- Review our `comprehensive guide <https://scancode-toolkit.readthedocs.io/en/stable/getting-started/contribute/index.html>`_
144144
for more details on how to add quality contributions to our codebase and documentation
145145
- Check this free resource on `how to contribute to an open source project on github <https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github>`_
146146
- Follow `this wiki page <https://aboutcode.readthedocs.io/en/latest/contributing/writing_good_commit_messages.html>`_

docs/source/getting-started/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Requirements
1010
* Python 3.11 or later
1111
* Postgres 13
1212
* git
13-
* scancode-toolkit runtime dependencies (https://scancode-toolkit.readthedocs.io/en/stable/getting-started/install.html#install-prerequisites)
13+
* scancode-toolkit runtime dependencies (https://scancode-toolkit.readthedocs.io/en/stable/getting-started/installation/index.html#installation-prerequisites)
1414
* ``libpq-dev``
1515
* If you are using Debian or Ubuntu : ``sudo apt install libpq-dev``
1616
* If you are using Fedora: ``sudo dnf install libpq-devel``

docs/source/how-to-guides/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ Make sure those are installed before attempting the ScanCode.io installation::
176176
libgpgme11 libdevmapper1.02.1 libguestfs-tools
177177

178178
See also `ScanCode-toolkit Prerequisites
179-
<https://scancode-toolkit.readthedocs.io/en/stable/getting-started/install.html#prerequisites>`_
179+
<https://scancode-toolkit.readthedocs.io/en/stable/getting-started/installation/index.html#installation-prerequisites>`_
180180
for more details.
181181

182182

0 commit comments

Comments
 (0)