Skip to content

Commit bdddff6

Browse files
authored
docs: quick-start: fix link to HUNTER_ROOT env variable (#800)
`HUNTER_ROOT` link goes to old/not available wiki. Update the link to use an internal reference the the `HUNTER_ROOT` environment variable section in the documentation. Fixes: #682
1 parent 7c692a0 commit bdddff6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/quick-start/boost-components.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ First step
88

99
kung fu
1010

11-
Set `HUNTER_ROOT`_ environment variable to **an empty directory**. This
11+
Set :ref:`env hunter root` environment variable to **an empty directory**. This
1212
directory will be used by ``HunterGate`` module for storing packages and
1313
utility files. Using environment variable is recommended but not mandatory,
1414
see `other options`_.
@@ -91,7 +91,6 @@ Build it:
9191
> cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=ON -DCMAKE_BUILD_TYPE=Release
9292
> cmake --build _builds --config Release
9393
94-
.. _HUNTER_ROOT: https://github.com/ruslo/hunter/wiki/usr.variables#hunter_root
9594
.. _other options: https://github.com/cpp-pm/gate#effects
9695
.. _HunterGate: https://github.com/cpp-pm/gate
9796
.. _notes: https://github.com/cpp-pm/gate#notes

0 commit comments

Comments
 (0)