From 8447522a82c8e0c0ce929d6d84c731ccf0c464f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=8E=E5=A3=B0?= Date: Fri, 14 Jun 2024 09:46:21 +0800 Subject: [PATCH] docs: fix incorrect URL reference in JSON library documentation (#304) * Fix incorrect URL reference in JSON library documentation * Update json.md --- docs/plugins/library/json.md | 3 +-- docs/zh-hans/plugins/library/json.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/plugins/library/json.md b/docs/plugins/library/json.md index ae329adc..b9e6b4ed 100644 --- a/docs/plugins/library/json.md +++ b/docs/plugins/library/json.md @@ -1,7 +1,6 @@ # JSON Library -Based on [gopher-json](https://github.com/layeh/gopher-json/) - +Based on [gopher-json](https://github.com/layeh/gopher-json) **Usage** ```lua diff --git a/docs/zh-hans/plugins/library/json.md b/docs/zh-hans/plugins/library/json.md index e0eb2ce8..a3621284 100644 --- a/docs/zh-hans/plugins/library/json.md +++ b/docs/zh-hans/plugins/library/json.md @@ -1,6 +1,6 @@ # Json标准库 -`vfox`提供的`json`库是基于[gopher-json](https://github.com/PuerkitoBio/goquery)实现的。 +`vfox` 提供的 `json` 库是基于 [gopher-json](https://github.com/layeh/gopher-json) 实现的。 **使用**