Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mapping templates link #693

Merged
merged 1 commit into from
Jan 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/1.0/spec/aws/amazon-apigateway.rst
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@ Specifies mapping templates for a request payload of the specified media types.
- Description
* - ``<Media type>``
- ``string``
- A `mapping template <mapping templates>`_.
- A `mapping templates`_.

The following example sets mapping templates for a request payload of the
``application/json`` and ``application/xml`` media types.
Expand Down Expand Up @@ -831,7 +831,7 @@ media types.
- Specifies a mapping template to transform the integration response
body to the method response body for a given media type. For
information about creating a mapping template, see
`mapping Templates`_. An example of a media type is
`mapping templates`_. An example of a media type is
``application/json``.

The following example sets mapping templates for a request payload of the
Expand Down Expand Up @@ -898,4 +898,4 @@ integration response to two ``header`` parameters of the method response.
.. _Choose an API Key Source: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-api-key-source.html
.. _x-amazon-apigateway-api-key-source: https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-api-key-source.html
.. _IntegrationResponse: https://docs.aws.amazon.com/apigateway/api-reference/resource/integration-response/
.. _mapping Templates: https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html#models-mappings-mappings
.. _mapping templates: https://docs.aws.amazon.com/apigateway/latest/developerguide/models-mappings.html#models-mappings-mappings