diff --git a/README.md b/README.md
index 2fc9070..e4bcbe9 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,9 @@ Get started by navigating to one of the supported demos below.
## [Checkout Example](checkout-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example)
+
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [checkout example](checkout-example) repository includes examples of PCI-compliant UI integrations for online payments with Adyen.
@@ -31,7 +33,8 @@ Check out the underlying code to see how you can integrate Adyen to give your sh
## [Advanced Checkout Example](checkout-example-advanced)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example-advanced)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/checkout-example-advanced)
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [advanced checkout example](checkout-example-advanced) performs the same functionality as the [checkout example](checkout-example) but using the 3 stages of the Checkout API (Initiate, Submit, and Details) instead of the single `/sessions` endpoint.
@@ -40,7 +43,7 @@ See the [advanced integration flow](https://docs.adyen.com/online-payments/web-d

## [Authorisation Adjustment Example](authorisation-adjustment-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/authorisation-adjustment-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/authorisation-adjustment-example)
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
@@ -50,7 +53,7 @@ The [`authorisation adjustment example`](authorisation-adjustment-example) repos
## [In-person Payments Example](in-person-payments-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-dotnet-online-payments/tree/main/in-person-payments-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/in-person-payments-example)
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
@@ -60,7 +63,8 @@ The [in-person payments example](in-person-payments-example) features an in-pers
## [Gift Card Example](giftcard-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giftcard-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giftcard-example)
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [gift card example](giftcard-example) repository includes a gift card flow during checkout. Within this demo app, you'll find a simplified version of an e-commerce website.
@@ -71,7 +75,9 @@ The shopper can choose to use gift cards to complete their purchase or use their
## [PayByLink Example](paybylink-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/paybylink-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/paybylink-example)
+
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [paybylink example](paybylink-example) repository includes a simple example interface to manage pay by links payment. Within this demo app, you can create payment links, and see their status updated in real-time.
@@ -83,7 +89,9 @@ If you want to know more about Pay by link, check out our related [blog post](ht
## [Subscription Example](subscription-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/subscription-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/subscription-example)
+
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [subscription example](subscription-example) repository includes a tokenization example for subscriptions. Within this demo app, you'll find a simplified version of a website that offers a music subscription service.
@@ -94,7 +102,9 @@ The panel allows admins to make payments on behalf of the shopper using this tok
## [Giving Example](subscription-example)
-[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giving-example)
+[](https://gitpod.io/#https://github.com/adyen-examples/adyen-java-spring-online-payments/tree/main/giving-example)
+
+
[First time with Gitpod?](https://github.com/adyen-examples/.github/blob/main/pages/gitpod-get-started.md)
The [giving example](giving-example) repository includes a sample designed to demonstrate the Adyen Giving donations workflow.