From f57df903478e545e0cf0a5cdd0f90aebc35f0320 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 18:17:46 +0100 Subject: [PATCH] doc: fix broken link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- docs/source/examples/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/examples/index.rst b/docs/source/examples/index.rst index 1e73827..eedfa05 100644 --- a/docs/source/examples/index.rst +++ b/docs/source/examples/index.rst @@ -247,7 +247,7 @@ Modify JSON by Using Shell Commands Nowadays Web services are `JSON`-based, so making your script `JSON` aware is probably a good choice. In order to be able to extract data from a `JSON` document as well as composing `JSON` documents from a script, you can leverage - `jq `_. + `jq `_. **Example #1**