docs: Fix broken package manager links in the integration tab. (#4934)

Signed-off-by: DmitriBogdanov <dm.bogdanov2000@gmail.com>
This commit is contained in:
DmitriBogdanov
2025-09-28 21:12:48 +03:00
committed by GitHub
parent 9810c39408
commit 3ed64e502a
2 changed files with 3 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
# Package Managers
<center>
<p markdown style="text-align: center">
![Homebrew](../images/package_managers/homebrew.svg){: style="height:1em"}&nbsp;[**Homebrew**](#homebrew) `nlohmann-json` &emsp;
![Meson](../images/package_managers/meson.svg){: style="height:1em"}&nbsp;[**Meson**](#meson) `nlohmann_json` &emsp;
![Bazel](../images/package_managers/bazel.svg){: style="height:1em"}&nbsp;[**Bazel**](#bazel) `nlohmann_json`<br>
@@ -15,7 +15,7 @@
![MacPorts](../images/package_managers/macports.svg){: style="height:1em"}&nbsp;[**MacPorts**](#macports) `nlohmann-json`<br>
![cpm.cmake](../images/package_managers/CPM.png){: style="height:1em"}&nbsp;[**CPM.cmake**](#cpmcmake) `gh:nlohmann/json`
![xmake](../images/package_managers/xmake.svg){: style="height:1em"}&nbsp;[**xmake**](#xmake) `nlohmann_json`
</center>
</p>
## Running example

View File

@@ -322,6 +322,7 @@ markdown_extensions:
guess_lang: false
- toc:
permalink: true
- md_in_html
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all