Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
tsolakoua committed Dec 22, 2023
1 parent 22e5309 commit 3742702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-tools/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3742702

Please sign in to comment.