Skip to content

Commit 3c9d7d7

Browse files
authored
Merge pull request #251 from amadeus4dev/githubaction
Minor bugs fixed
2 parents bacb8f9 + 0882d6c commit 3c9d7d7

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ jobs:
1010
python-version: [ 3.8 ]
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- name: Checkout code
14+
uses: actions/checkout@v3
15+
with:
16+
fetch-depth: 0
1417
- name: Set up Python
1518
uses: actions/setup-python@v4
1619
with:

docs/examples/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ To facilitate a smooth and efficient start, or to spark creativity in using our
66
| ----------- | ----------- |
77
| Code examples | [For each SDK and API endpoint](./code-example.md) |
88
| Interactive code examples | [Flight Search and Hotel Search](./live-examples.md) |
9-
| Prototypes | [Official prototypes](./prototypes.md#amadeus-official-prototypes-or-demo-apps)<br>[Community prototypes](./prototypes.md#prototypes-from-community) |
9+
| Prototypes | [Official prototypes](./prototypes.md#official-prototypes)<br>[Community prototypes](./prototypes.md#prototypes-from-community) |
1010

docs/examples/prototypes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are two types of prototypes (demo apps) available.
1313

1414
| Use Cases | Amadeus APIs used | Technology | Details |
1515
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|--------------------------|---------------------------------------------------------------------------------|
16-
| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](##amadeus-flight-booking-django) |
16+
| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](#amadeus-flight-booking-django) |
1717
| Hotel Booking engine | Hotel List, Hotel Search, Hotel Booking | Python, Django | [See details](#amadeus-hotel-booking-django) |
1818
| Flight Search with Price Analysis & Trip purpose | Flight Offers Search, Flight Price Analysis, Trip Purpose Prediction | Python, Django | [See details](#amadeus-flight-price-analysis-django) |
1919
| Map with Hotels, Point of interests | Hotel List, Points of Interest, Tours and Activities | Python, Django, HERE Maps | [See details](#amadeus-hotel-area-safety-pois-django) |

0 commit comments

Comments
 (0)