Skip to content

Commit 78515ec

Browse files
authored
Merge pull request #262 from amadeus4dev/remove-demo-links
Remove demo links
2 parents 9fc47a8 + cfed598 commit 78515ec

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/examples/prototypes.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ There are two types of prototypes (demo apps) available.
2020

2121
### Amadeus Flight Booking in Django {#amadeus-flight-booking-django}
2222

23-
* **Demo app**: You can access the demo of the prototype [here](https://flight-booking-engine.azurewebsites.net/).
2423
* **Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-flight-booking-django){:target="\_blank"}.
2524

2625
The prototype is built with Django and the [Amadeus Python SDK](../developer-tools/python.md) and demonstrates the end-to-end flight booking process, which works in conjunction with three APIs:
@@ -36,7 +35,6 @@ It also calls the [Airport & City Search API](https://developers.amadeus.com/sel
3635

3736
### Amadeus Hotel Booking in Django {#amadeus-hotel-booking-django}
3837

39-
* **Demo app**: You can access the demo of the prototype [here](https://hotel-booking-engine.azurewebsites.net/).
4038
* **Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-hotel-booking-django){:target="\_blank"}.
4139

4240
The prototype is built with Python/Django and the [Amadeus Python SDK](../developer-tools/python.md). It demonstrates the end-to-end Hotel booking process (Hotel booking engine), which works in conjunction with three APIs:
@@ -50,7 +48,6 @@ The prototype is built with Python/Django and the [Amadeus Python SDK](../develo
5048

5149
### Amadeus Flight Price Analysis in Django {#amadeus-flight-price-analysis-django}
5250

53-
* **Demo app**: You can access the demo of the prototype [here](https://flight-price-analysis.azurewebsites.net/).
5451
* **Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-flight-price-analysis-django){:target="\_blank"}.
5552

5653
The prototype is built with Python/Django and the [ Amadeus Python SDK](../developer-tools/python.md). It retrieves flight offers using the Flight Offers Search API for a given itinerary. Then it displays if the cheapest available flight is a good deal based on the Flight Price Analysis API. We finally predict if the trip is for business or leisure using the Trip Purpose Prediction API.
@@ -59,7 +56,6 @@ The prototype is built with Python/Django and the [ Amadeus Python SDK](../devel
5956

6057
### Amadeus Hotel Search with area safety and POIs {#amadeus-hotel-area-safety-pois-django}
6158

62-
* **Demo app**: You can access the demo of the prototype [here](https://hotel-search-map.azurewebsites.net/).
6359
* **Source code**: You can access the source code [on GitHub](https://github.com/amadeus4dev/amadeus-hotel-area-safety-pois-django){:target="\_blank"}.
6460

6561
The prototype is built by Python/Django and the [Amadeus Python SDK](../developer-tools/python.md), It demonstrates the safety information, POIs and tours for a chosen hotel on a map, using the following APIs:

0 commit comments

Comments
 (0)