From 7c1d179bc54f4783437711addb6f0840ab289bee Mon Sep 17 00:00:00 2001 From: Pierrick Greze Date: Fri, 26 Mar 2021 14:17:27 +0900 Subject: [PATCH] Fix broken link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a388f0b..ae25766 100644 --- a/README.md +++ b/README.md @@ -449,7 +449,7 @@ looking to extract a single value the [`PathMatcher API`](#json-path-query-api) ### Writing JSON with the streaming API As opposed to conventional JSON libraries, Klaxon doesn't supply a `JsonWriter` class to create JSON documents since -this need is already covered by the `json()` function, documented in the [Advanced DSL](#advanced-dsl) section. +this need is already covered by the `json()` function, documented in the [Advanced DSL](#dsl) section. ### Reading JSON with the streaming API