From 44a50e7e2aa377234e165d12fc130d8ab976e8f8 Mon Sep 17 00:00:00 2001 From: chirsz-ever Date: Mon, 27 Jan 2025 18:46:42 +0800 Subject: [PATCH] Fix JWCC links Signed-off-by: chirsz-ever --- docs/mkdocs/docs/features/comments.md | 2 +- docs/mkdocs/docs/features/trailing_commas.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/mkdocs/docs/features/comments.md b/docs/mkdocs/docs/features/comments.md index b6508008c..85da595f6 100644 --- a/docs/mkdocs/docs/features/comments.md +++ b/docs/mkdocs/docs/features/comments.md @@ -13,7 +13,7 @@ This library does not support comments *by default*. It does so for three reason However, you can set parameter `ignore_comments` to `#!cpp true` in the [`parse`](../api/basic_json/parse.md) function to ignore `//` or `/* */` comments. Comments will then be treated as whitespace. -For more information, see [JWCC](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html) (JSON With Commas and Comments). +For more information, see [JSON With Commas and Comments (JWCC)](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html). !!! example diff --git a/docs/mkdocs/docs/features/trailing_commas.md b/docs/mkdocs/docs/features/trailing_commas.md index baf38d718..d3adbe3dd 100644 --- a/docs/mkdocs/docs/features/trailing_commas.md +++ b/docs/mkdocs/docs/features/trailing_commas.md @@ -6,7 +6,7 @@ You can set parameter `ignore_trailing_commas` to `#!cpp true` in the [`parse`]( This library does not add trailing commas when serializing JSON data. -For more information, see [JWCC](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html) (JSON With Commas and Comments). +For more information, see [JSON With Commas and Comments (JWCC)](https://nigeltao.github.io/blog/2021/json-with-commas-comments.html). !!! example