Skip to content

Commit fd32f40

Browse files
authored
Merge pull request #550 from alok1304/fix/dead-link-crossref
Fixing the dead link by cross reference in documentation
2 parents 112f4f2 + 72f8fc1 commit fd32f40

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ directly or through a command line purlcli tool sub-command.
1313

1414
.. note::
1515
This tutorial assumes that you have a working installation of PurlDB and MatchCode.io
16-
If you don't, please refer to the `installation <../how-to-guides/installation.html#installation>`_ page.
16+
17+
If you don't, please refer to the :ref:`installation` page.
18+
1719

1820

1921
Why mapping binary back to sources?

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

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
============
1+
2+
.. _installation:
3+
4+
25
Installation
36
============
47

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

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ from codebase resources.
99

1010
.. note::
1111
This tutorial assumes that you have a working installation of PurlDB.
12-
If you don't, please refer to the `installation <../how-to-guides/installation.html#installation>`_ page.
12+
13+
If you don't, please refer to the :ref:`installation`page.
14+
1315

1416

1517
Problem

docs/source/matchcode/matchcode-pipeline.rst

+4-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
The aim of this tutorial is to show how to use the MatchCode.io API to perform
66
code matching on an archive of files.
77

8+
89
.. note::
910
This tutorial assumes that you have a working installation of PurlDB. If you
10-
don't, please refer to the `installation
11-
<../how-to-guides/installation.html#installation>`_ page.
11+
12+
don't, please refer to the :ref:`installation`page.
13+
1214

1315
Throughout this tutorial, we will use ``pkg:npm/[email protected]`` and a
1416
modified copy of ``index.js`` from it.

0 commit comments

Comments
 (0)