Skip to content

Commit

Permalink
different link targets are not supported by GitHub .rst wqrendering
Browse files Browse the repository at this point in the history
  • Loading branch information
hjacobs committed Jul 31, 2015
1 parent 6935425 commit 19acef2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Connexion
:alt: License

Connexion is a framework on top of Flask_ to automagically handle your REST API requests
based on `Swagger 2.0 Specification <swagger.spec_>`_ files
based on `Swagger 2.0 Specification`_ files
in YAML.

How to use
Expand Down Expand Up @@ -58,7 +58,7 @@ If a value is provided both globally and on the api then the api value will take

Endpoint Routing
----------------
Connexion uses the ``OperationId`` from each `Operation Object <swagger.spec.operation_>`_ to identify which function
Connexion uses the ``OperationId`` from each `Operation Object`_ to identify which function
should handle each url.

For example:
Expand Down Expand Up @@ -170,8 +170,8 @@ limitations under the License.
.. _Flask: http://flask.pocoo.org/
.. _Jinja2: http://jinja.pocoo.org/
.. _rfc6750: https://tools.ietf.org/html/rfc6750
.. _swagger.spec: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md
.. _swagger.spec.operation: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#operation-object
.. _Swagger 2.0 Specification: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md
.. _Operation Object: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#operation-object
.. _swager.spec.security_definition: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#security-definitions-object
.. _swager.spec.security_requirement: https://github.com/swagger-api/swagger-spec/blob/master/versions/2.0.md#security-requirement-object
.. _Tornado: http://www.tornadoweb.org/en/stable/
Expand Down

0 comments on commit 19acef2

Please sign in to comment.