From e945f2288b75e13a0a99da01cf1152794c91e31f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gast=C3=B3n=20Fournier?= Date: Wed, 4 Dec 2024 08:33:22 +0100 Subject: [PATCH] docs: switch recommendation from proxy to edge (#8908) ## About the changes Proxy has been deprecated long ago and edge should be our main recommendation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d80d3dc36c..bb0b9ceb34 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ Check out [the CONTRIBUTING.md file](./CONTRIBUTING.md) for contribution guideli - [Audit logs](https://docs.getunleash.io/advanced/audit_log) - Enforce [OWASP's secure headers](https://owasp.org/www-project-secure-headers/) via the strict HTTPS-only mode - Flexible hosting options: host it on premise or in the cloud (_any_ cloud) -- Scale [the Unleash Proxy](https://docs.getunleash.io/reference/unleash-proxy) independently of the Unleash server to support any number of front-end clients without overloading your Unleash instance +- Scale with [Unleash Edge](https://docs.getunleash.io/reference/unleash-edge) independently of the Unleash server to support any number of front-end clients without overloading your Unleash instance ### Looking for more features? @@ -197,7 +197,7 @@ To connect your application to Unleash you'll need to use a client SDK for your **Official front-end SDKs:** -The front-end SDKs connect via the [Unleash Proxy](https://docs.getunleash.io/reference/unleash-proxy) in order to ensure privacy, scalability and security. +The front-end SDKs connect via [Unleash Edge](https://docs.getunleash.io/reference/unleash-edge) in order to ensure privacy, scalability and security. - [Android Proxy SDK](https://docs.getunleash.io/reference/sdks/android-proxy) - [Flutter Proxy SDK](https://docs.getunleash.io/reference/sdks/flutter)