From 340873bd1299b71459a8b96ddb5b5b861a620d34 Mon Sep 17 00:00:00 2001 From: venkatamahesh Date: Wed, 26 Aug 2015 22:59:40 +0530 Subject: [PATCH] Removed the extra http:// from JSON schema link An extra "http://" in the rst format for the link to JSON Schema web page has been removed. The link when documents are rendered should now work as intended. Change-Id: I4da9c9301db055a62679c4ca1da73ae728220e88 Closes-Bug: #1488903 --- doc/source/mapping_schema.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/mapping_schema.rst b/doc/source/mapping_schema.rst index a020178b2a..036df82711 100644 --- a/doc/source/mapping_schema.rst +++ b/doc/source/mapping_schema.rst @@ -22,7 +22,7 @@ The schema for mapping is a description of how a mapping should be created. It shows all the requirements and possibilities for a JSON to be used for mapping. Mapping schema is validated with `JSON Schema -`__ +`__ Mapping Schema --------------