From dab1e8adc8b2f4e04a69402258696e50769b1f69 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?=
 <6764315+germartinez@users.noreply.github.com>
Date: Thu, 22 Aug 2024 13:44:08 +0200
Subject: [PATCH] docs: Update Onramp Kit removal (#568)

* Remove Onramp Kit section in SDK overview

* Update Stripe server link
---
 pages/sdk/onramp/stripe.mdx |  2 +-
 pages/sdk/overview.mdx      | 16 ----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

diff --git a/pages/sdk/onramp/stripe.mdx b/pages/sdk/onramp/stripe.mdx
index e07b1a9c..5ecbe305 100644
--- a/pages/sdk/onramp/stripe.mdx
+++ b/pages/sdk/onramp/stripe.mdx
@@ -56,7 +56,7 @@ It will return a unique `client_secret` that you can use to initialize the Strip
 
 To ensure you don't leak your private key, you should make the request from your backend.
 The backend can then send the `client_secret` to your front end.
-You can use the [example Stripe server](https://github.com/safe-global/safe-core-sdk/tree/main/packages/onramp-kit/example/server) as a starting point for your backend.
+You can use the [Stripe server example](https://github.com/5afe/stripe-server-example) as a starting point for your backend.
 
 Here is how you generate a crypto onramp session using your private key:
 
diff --git a/pages/sdk/overview.mdx b/pages/sdk/overview.mdx
index ca2a45e6..ae59088f 100644
--- a/pages/sdk/overview.mdx
+++ b/pages/sdk/overview.mdx
@@ -58,22 +58,6 @@ The [Relay Kit](./relay-kit.mdx) enables ERC-4337 with Safe and allows users to
   />
 </Grid>
 
-## Onramp Kit
-
-The [Onramp Kit](./onramp-kit.mdx) helps users buy cryptocurrencies with fiat money to fund a Safe account via a credit card or other payment method.
-
-- Seamless fiat on-ramping
-- Pay using a credit card
-
-<Grid container mt={3}>
-  <CustomCard
-    title={'Onramp Kit'}
-    description={'Learn about the Onramp Kit and the packs integrating Monerium and Stripe.'}
-    url={'./onramp-kit'}
-    newTab={false}
-  />
-</Grid>
-
 ## Resources
 - [Safe\{Core\} Account Abstraction SDK on GitHub](https://github.com/safe-global/safe-core-sdk)
 - [Safe\{Core\} Account Abstraction SDK demo application](https://github.com/5afe/account-abstraction-demo-ui)