Skip to content

Commit

Permalink
Fix README hyperlinks (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkhaeuser committed Nov 8, 2017
1 parent d0291e3 commit 46f39b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ or may not find useful, too. Look at the `full documentation
Compatibility
-------------

As of version 0.8, we're using `flex <https://github.com/pipermerriam/flex>` as the default validation backend.
The previous `swagger-spec-validator <https://github.com/Yelp/swagger_spec_validator>` still works, if you
As of version 0.8, we're using `flex <https://github.com/pipermerriam/flex>`__ as the default validation backend.
The previous `swagger-spec-validator <https://github.com/Yelp/swagger_spec_validator>`__ still works, if you
installed with the `ssv` dependencies.

You can select the backend in the constructor of the parser(s):
Expand All @@ -91,7 +91,7 @@ You can select the backend in the constructor of the parser(s):
parser = ResolvingParser('http://petstore.swagger.io/v2/swagger.json', backend = 'swagger-spec-validator')
Note that the `flex` validator simply accepts integer status codes, despite them not being valid JSON.
See `issue #5 <https://github.com/jfinkhaeuser/prance/issues/5>` for details. Therefore, `flex` also
See `issue #5 <https://github.com/jfinkhaeuser/prance/issues/5>`__ for details. Therefore, `flex` also
does not support the `strict` option.


Expand Down

0 comments on commit 46f39b6

Please sign in to comment.