getting-started: Fix package managers hyperlink (#500)

This commit is contained in:
Osama Albahrani
2025-10-28 19:57:51 +03:00
committed by GitHub
parent 0b1ac1abe6
commit b90b63bbfc

View File

@@ -100,7 +100,7 @@ clang++ --version
== Binaries
Installing Boost with a package manager might simplify the process and ensure that all dependencies are installed correctly.
In this guide, we will discuss two types of package managers: xref:#cpp-package-managers[] package managers such as Conan and Vcpkg, and xref:#cpp-package-managers[System Package Managers], such as APT and Homebrew.
In this guide, we will discuss two types of package managers: xref:#cpp-package-managers[] package managers such as Conan and Vcpkg, and xref:#_system_level_installation[System Package Managers], such as APT and Homebrew.
[NOTE]
====