From 65809ef9a141f91f5376152694a5a7b628285de3 Mon Sep 17 00:00:00 2001 From: IsmaelMartinez Date: Tue, 10 Sep 2024 22:00:00 +0100 Subject: [PATCH] doc: Fix stringify example broken link in README Fix the stringify example broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f71484263..cf2608934 100644 --- a/README.md +++ b/README.md @@ -435,7 +435,7 @@ A few advantages of this solution: - The string remains as small as possible due to the use of [JSON Pointers](https://datatracker.ietf.org/doc/html/rfc6901). - All references (also circular) are preserved. -Check [example](#example-with-stringify-and-unstringify-parsed-documentstringify). +Check [example](#example-with-stringify-and-unstringify-parsed-document). ## Convert to the old API