From cdddd84e6b17a5e9a785c72225747155db7200b2 Mon Sep 17 00:00:00 2001 From: Shams Asari Date: Wed, 25 Jul 2018 18:38:13 +0100 Subject: [PATCH] Fix link to blob inspector download page (#3691) --- docs/source/blob-inspector.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/blob-inspector.rst b/docs/source/blob-inspector.rst index 02d8506849..38d7998a7d 100644 --- a/docs/source/blob-inspector.rst +++ b/docs/source/blob-inspector.rst @@ -6,7 +6,7 @@ disadvantage is the inability to view the contents in a human-friendly manner. T by allowing the contents of a binary blob file (or URL end-point) to be output in either YAML or JSON. It uses ``JacksonSupport`` to do this (see :doc:`json`). -The latest version of the tool can be downloaded from `here `_. +The latest version of the tool can be downloaded from `here `_. To run simply pass in the file or URL as the first parameter::