doc: fix broken link

Co-authored-by: Roberto Abdelkader Martínez Pérez <robertomartinezp@gmail.com>
This commit is contained in:
pancho horrillo
2019-12-11 18:17:46 +01:00
parent 5a18f84f9e
commit f57df90347
+1 -1
View File
@@ -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 <https://https://stedolan.github.io/jq/>`_.
`jq <https://stedolan.github.io/jq/>`_.
**Example #1**