From 31ef150e70caf9abef9ac10698b0eb6c3b353173 Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Thu, 12 Jun 2025 13:32:16 +0200 Subject: [PATCH] docs: quick-start: fix link to HUNTER_ROOT env variable `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: https://github.com/cpp-pm/hunter/issues/682 --- docs/quick-start/boost-components.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/quick-start/boost-components.rst b/docs/quick-start/boost-components.rst index 307a28d185..5a4baadb2f 100644 --- a/docs/quick-start/boost-components.rst +++ b/docs/quick-start/boost-components.rst @@ -8,7 +8,7 @@ First step kung fu -Set `HUNTER_ROOT`_ environment variable to **an empty directory**. This +Set :ref:`env hunter root` environment variable to **an empty directory**. This directory will be used by ``HunterGate`` module for storing packages and utility files. Using environment variable is recommended but not mandatory, see `other options`_. @@ -91,7 +91,6 @@ Build it: > cmake -H. -B_builds -DHUNTER_STATUS_DEBUG=ON -DCMAKE_BUILD_TYPE=Release > cmake --build _builds --config Release -.. _HUNTER_ROOT: https://github.com/ruslo/hunter/wiki/usr.variables#hunter_root .. _other options: https://github.com/cpp-pm/gate#effects .. _HunterGate: https://github.com/cpp-pm/gate .. _notes: https://github.com/cpp-pm/gate#notes