From 3742702929e2f29bbf293acd8018a158f574d074 Mon Sep 17 00:00:00 2001 From: Anna TSOLAKOU Date: Fri, 22 Dec 2023 12:58:32 +0100 Subject: [PATCH] fix broken link --- docs/developer-tools/python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developer-tools/python.md b/docs/developer-tools/python.md index 1f1e0ab3..60134a3e 100644 --- a/docs/developer-tools/python.md +++ b/docs/developer-tools/python.md @@ -213,7 +213,7 @@ asyncio.run(main()) In this tutorial, we'll guide you through the process of making your first API calls using the OpenAPI Generator in Python. To begin, you'll need to retrieve the specification files from the GitHub [repository](https://github.com/amadeus4dev/amadeus-open-api-specification){:target="\_blank"}. In this example, you will use the `Authorization_v1_swagger_specification.yaml` and `FlightOffersSearch_v2_swagger_specification.yaml` files. -Before getting started make sure you check out how to [generate client libraries](../developer-tools/openapi-generator.md{:target="\_blank"} with the OpenAPI Generator. +Before getting started make sure you check out how to [generate client libraries](../developer-tools/openapi-generator.md){:target="\_blank"} with the OpenAPI Generator. ### Call the Authorization endpoint