Skip to content

Commit

Permalink
fix build error with link to release notes for 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Pears authored and dcs3spp committed Apr 9, 2024
1 parent 87fba93 commit 5ffb358
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In Tyk Gateway release 5.3.0, Tyk OAS APIs gained feature maturity. Tyk Dashboar

It is not possible to rollback to previous versions of Tyk components with Tyk OAS APIs created in 5.3.0.

For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3" >}}) for Tyk Gateway v5.3.0.
For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3.md" >}}) for Tyk Gateway v5.3.0.
{{< /warning >}}

## Getting started with Tyk OAS
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ In the context of custom Python plugins, API calls are queued and the Python int

Starting from Tyk Gateway version `v5.3.0`, Python is no longer bundled with the official Tyk Gateway Docker image by default, to address security vulnerabilities in the Python libraries highlighted by [Docker Scout](https://docs.docker.com/scout/).
<br>
Whilst Python plugins are still supported by Tyk Gateway, if you want to use them you must extend the image to add support for Python. For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3" >}}) for Tyk Gateway `v5.3.0`.
Whilst Python plugins are still supported by Tyk Gateway, if you want to use them you must extend the image to add support for Python. For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3.md" >}}) for Tyk Gateway `v5.3.0`.
{{< /note >}}

If you wish to use Python plugins using Docker, you can extend the official Tyk Gateway Docker image by adding Python to it.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In Tyk Gateway release 5.3.0, Tyk OAS APIs gained feature maturity. Tyk Dashboar

It is not possible to rollback to previous versions of Tyk components with Tyk OAS APIs created in 5.3.0.

For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3" >}}) for Tyk Gateway v5.3.0.
For further details, please refer to the [release notes]({{< ref "product-stack/tyk-gateway/release-notes/version-5.3.md" >}}) for Tyk Gateway v5.3.0.
{{< /warning >}}

## Steps to add an API in Tyk Cloud
Expand Down

0 comments on commit 5ffb358

Please sign in to comment.