]> git.ipfire.org Git - thirdparty/json-c.git/commitdiff
Fix underline bug in README 878/head
authorAwildidiot <69577313+0xfadead@users.noreply.github.com>
Sun, 3 Nov 2024 19:03:49 +0000 (20:03 +0100)
committerGitHub <noreply@github.com>
Sun, 3 Nov 2024 19:03:49 +0000 (20:03 +0100)
README.md

index fee4a4217d929898cafe08adbe57d04ddfa76530..38e8fb5c68093f9809a43dd6622e22568ecdbbb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -245,7 +245,7 @@ You can download and install JSON-C using the [vcpkg](https://github.com/Microso
 
 The JSON-C port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.
 
-<a name="android">
+<a name="android"></a>
 Building for Android
 ----------------------
 
@@ -270,7 +270,7 @@ cmake \
 make install
 ```
 
-<a name="linking">
+<a name="linking"></a>
 Linking to `libjson-c`
 ----------------------
 
@@ -308,7 +308,7 @@ cd build
 cmake -DCMAKE_PREFIX_PATH=/path/to/json_c/install/lib64/cmake ..
 ```
 
-<a name="using">
+<a name="using"></a>
 Using json-c
 ------------