From d02fabacd10041dbfff4a198a27394b33c1b1494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 11 Aug 2021 10:34:02 +0200 Subject: [PATCH] docs: update link to unleash-proxy-client-js --- websitev2/docs/sdks/proxy-javascript.md | 2 +- websitev2/docs/user_guide/native-apps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/websitev2/docs/sdks/proxy-javascript.md b/websitev2/docs/sdks/proxy-javascript.md index be1ed45eb0..45701be65f 100644 --- a/websitev2/docs/sdks/proxy-javascript.md +++ b/websitev2/docs/sdks/proxy-javascript.md @@ -3,7 +3,7 @@ id: proxy-javascript title: JavaScript Proxy SDK --- -In this guide we explain how to use feature toggles in a Single Page App via [The Unleash Proxy](/sdks/unleash-proxy). You can also checkout the source code for the [JavaScript Proxy SDK](https://github.com/unleash-hosted/unleash-proxy-client-js). +In this guide we explain how to use feature toggles in a Single Page App via [The Unleash Proxy](/sdks/unleash-proxy). You can also checkout the source code for the [JavaScript Proxy SDK](https://github.com/unleash/unleash-proxy-client-js). ### Introduction {#introduction} diff --git a/websitev2/docs/user_guide/native-apps.md b/websitev2/docs/user_guide/native-apps.md index 77eb6f24d0..b977b03504 100644 --- a/websitev2/docs/user_guide/native-apps.md +++ b/websitev2/docs/user_guide/native-apps.md @@ -11,7 +11,7 @@ The Unleash-proxy consist of the proxy that exposes a simple API for the client. ## The Proxy-client {#the-proxy-client} -There is a js implementation of the proxy-client available. Find it here: [https://github.com/unleash-hosted/unleash-proxy-client-js](https://github.com/unleash-hosted/unleash-proxy-client-js) +There is a js implementation of the proxy-client available. Find it here: [https://github.com/unleash/unleash-proxy-client-js](https://github.com/unleash/unleash-proxy-client-js) ## The Proxy-API {#the-proxy-api}