From 162777364f6966abdaca4fb3a3f90cd2660ce8a4 Mon Sep 17 00:00:00 2001 From: Shahed Nasser Date: Tue, 10 May 2022 17:44:34 +0300 Subject: [PATCH] use relative link --- docs/content/advanced/backend/payment/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/backend/payment/overview.md b/docs/content/advanced/backend/payment/overview.md index c65119176a..a34c19e4e3 100644 --- a/docs/content/advanced/backend/payment/overview.md +++ b/docs/content/advanced/backend/payment/overview.md @@ -127,4 +127,4 @@ This prevents any payment issues from occurring with the customers and allows fo ## What’s Next 🚀 - [Check out how the checkout flow is implemented on the frontend.](./frontend-payment-flow-in-checkout.md) -- Check out payment plugins like [Stripe](../../../add-plugins/stripe.md), [Paypal](../../../add-plugins/paypal.md), and [Klarna](../../../add-plugins/klarna.md). +- Check out payment plugins like [Stripe](../../../add-plugins/stripe.md), [Paypal](/add-plugins/paypal), and [Klarna](../../../add-plugins/klarna.md).