@@ -8,8 +8,8 @@ Amadeus provides a set of APIs for the travel industry. Flights, Hotels,
88Locations and more.
99
1010For more details see the `Python
11- documentation <https://developer .amadeus.com/docs/python> `__ on
12- `Amadeus.com <https://developer .amadeus.com >`__ and the `class
11+ documentation <https://developers .amadeus.com/docs/python> `__ on
12+ `Amadeus.com <https://developers .amadeus.com >`__ and the `class
1313reference <https://amadeus4dev.github.io/amadeus-python> `__ here on
1414GitHub.
1515
@@ -24,15 +24,15 @@ directly with pip.
2424 pip install amadeus==1.0.0b6
2525
2626 **Next **: `Get Started with the Python
27- SDK. <https://developer .amadeus.com/docs/python/get_started/initialize> `__
27+ SDK. <https://developers .amadeus.com/docs/python/get_started/initialize> `__
2828
2929Getting Started
3030---------------
3131
32- To send make your first API call you will need to `register for an
33- Amadeus Developer Account <https://developer .amadeus.com/register> `__
32+ To make your first API call you will need to `register for an
33+ Amadeus Developer Account <https://developers .amadeus.com/register> `__
3434and `set up your first
35- application <https://dashboard.developer .amadeus.com/applications> `__.
35+ application <https://dashboard.developers .amadeus.com/applications> `__.
3636
3737.. code :: py
3838
@@ -51,7 +51,7 @@ application <https://dashboard.developer.amadeus.com/applications>`__.
5151 print (error)
5252
5353 **Next **: `Learn more about checkin
54- links <https://developer .amadeus.com/docs/python/get_started/checkin_links> `__
54+ links <https://developers .amadeus.com/docs/python/get_started/checkin_links> `__
5555with our Python SDK.
5656
5757Initialization
@@ -73,8 +73,8 @@ environment variables ``AMADEUS_CLIENT_ID`` and
7373 amadeus = Client()
7474
7575 Your credentials can be found on the `Amadeus
76- dashboard <https://dashboard.developer .amadeus.com/client_ids> `__. `Sign
77- up <https://developer .amadeus.com/register> `__ for an account today.
76+ dashboard <https://dashboard.developers .amadeus.com/client_ids> `__. `Sign
77+ up <https://developers .amadeus.com/register> `__ for an account today.
7878
7979By default the environment for the SDK is the ``test `` environment. To
8080switch to a production (paid-for) environment please switch the hostname
@@ -85,7 +85,7 @@ as follows:
8585 amadeus = Client(hostname = ' production' )
8686
8787 **Next **: `Learn more about our initializing the Python
88- SDK <https://developer .amadeus.com/docs/python/get_started_initialize> `__
88+ SDK <https://developers .amadeus.com/docs/python/get_started_initialize> `__
8989in our documentation.
9090
9191Documentation
@@ -95,20 +95,20 @@ Amadeus has a large set of APIs, and our documentation is here to get
9595you started today.
9696
9797- `Get
98- Started <https://developer .amadeus.com/docs/python/get_started> `__
98+ Started <https://developers .amadeus.com/docs/python/get_started> `__
9999 documentation
100100
101101 - `Initialize the
102- SDK <https://developer .amadeus.com/docs/python/get_started/initialize> `__
102+ SDK <https://developers .amadeus.com/docs/python/get_started/initialize> `__
103103 - `Find an
104- Airport <https://developer .amadeus.com/docs/python/get_started/find_an_airport> `__
104+ Airport <https://developers .amadeus.com/docs/python/get_started/find_an_airport> `__
105105 - `Book a
106- Flight <https://developer .amadeus.com/docs/python/get_started/book_a_flight> `__
106+ Flight <https://developers .amadeus.com/docs/python/get_started/book_a_flight> `__
107107 - `Get Flight
108- Inspiration <https://developer .amadeus.com/docs/python/get_started/get_flight_inspiration> `__
108+ Inspiration <https://developers .amadeus.com/docs/python/get_started/get_flight_inspiration> `__
109109
110110Alternatively, head over to our
111- `Reference <https://developer .amadeus.com/docs/python/reference >`__
111+ `Reference <https://developers .amadeus.com/docs/python/reference >`__
112112documentation for in-depth information about every SDK method, it’s
113113arguments and return types.
114114
231231----
232232
233233Our `developer support
234- team <https://developer .amadeus.com/developers> `__ is here to help you.
234+ team <https://developers .amadeus.com/developers> `__ is here to help you.
235235You can find us on `Twitter <# >`__, `StackOverflow <# >`__, and
236236`email <# >`__.
237237
@@ -244,4 +244,4 @@ You can find us on `Twitter <#>`__, `StackOverflow <#>`__, and
244244.. |Dependencies | image :: https://raw.githubusercontent.com/amadeus4dev/amadeus-python/master/.github/images/dependencies.svg?sanitize=true
245245 :target: ttps://badge.fury.io/py/amadeus
246246.. |Contact Support | image :: https://raw.githubusercontent.com/amadeus4dev/amadeus-python/master/.github/images/support.svg?sanitize=true
247- :target: http://developer .amadeus.com/support
247+ :target: http://developers .amadeus.com/support
0 commit comments