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
This commit is contained in:
venkatamahesh 2015-08-26 22:59:40 +05:30 committed by Morgan Fainberg
parent 53237b5d9b
commit 340873bd12
1 changed files with 1 additions and 1 deletions

View File

@ -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
<http://http://json-schema.org/documentation.html>`__
<http://json-schema.org/documentation.html>`__
Mapping Schema
--------------