1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

docs: update link to unleash-proxy-client-js

This commit is contained in:
Ivar Conradi Østhus 2021-08-11 10:34:02 +02:00
parent b713ccd037
commit d02fabacd1
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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}