diff --git a/.github/workflows/mkdocs.yml b/.github/workflows/mkdocs.yml
index db7c9bfa..249010d2 100644
--- a/.github/workflows/mkdocs.yml
+++ b/.github/workflows/mkdocs.yml
@@ -10,7 +10,10 @@ jobs:
python-version: [ 3.8 ]
steps:
- - uses: actions/checkout@v3
+ - name: Checkout code
+ uses: actions/checkout@v3
+ with:
+ fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
diff --git a/docs/examples/index.md b/docs/examples/index.md
index 31318dcf..520b3b07 100644
--- a/docs/examples/index.md
+++ b/docs/examples/index.md
@@ -6,5 +6,5 @@ To facilitate a smooth and efficient start, or to spark creativity in using our
| ----------- | ----------- |
| Code examples | [For each SDK and API endpoint](./code-example.md) |
| Interactive code examples | [Flight Search and Hotel Search](./live-examples.md) |
-| Prototypes | [Official prototypes](./prototypes.md#amadeus-official-prototypes-or-demo-apps)
[Community prototypes](./prototypes.md#prototypes-from-community) |
+| Prototypes | [Official prototypes](./prototypes.md#official-prototypes)
[Community prototypes](./prototypes.md#prototypes-from-community) |
diff --git a/docs/examples/prototypes.md b/docs/examples/prototypes.md
index f369a1d0..a5a8a0e0 100644
--- a/docs/examples/prototypes.md
+++ b/docs/examples/prototypes.md
@@ -13,7 +13,7 @@ There are two types of prototypes (demo apps) available.
| Use Cases | Amadeus APIs used | Technology | Details |
|-------------------------------------------------------|-------------------------------------------------------------------------------------------------------------|--------------------------|---------------------------------------------------------------------------------|
-| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](##amadeus-flight-booking-django) |
+| Flight booking engine | Flight Offers Search, Flight Offers Price, Flight Create Order, Airport & City Search | Python, Django | [See details](#amadeus-flight-booking-django) |
| Hotel Booking engine | Hotel List, Hotel Search, Hotel Booking | Python, Django | [See details](#amadeus-hotel-booking-django) |
| 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) |
| 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) |