mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-15 01:16:22 +02:00
fix: link to sdks
This commit is contained in:
parent
28e75b816b
commit
5d3c599706
@ -10,16 +10,16 @@ On this page you will find examples for connecting your application to the demo
|
|||||||
|
|
||||||
**Official Server SDKs**:
|
**Official Server SDKs**:
|
||||||
|
|
||||||
- [Java SDK](./java_sdk)
|
- [Java SDK](/sdks/java_sdk)
|
||||||
- [Node.js SDK](./node_sdk)
|
- [Node.js SDK](/sdks/node_sdk)
|
||||||
- [Go SDK](./go_sdk)
|
- [Go SDK](/sdks/go_sdk)
|
||||||
- [Ruby SDK](./ruby_sdk)
|
- [Ruby SDK](/sdks/ruby_sdk)
|
||||||
- [Python SDK](./python_sdk)
|
- [Python SDK](/sdks/python_sdk)
|
||||||
- [.Net SDK](./dot_net_sdk)
|
- [.Net SDK](/sdks/dot_net_sdk)
|
||||||
|
|
||||||
**Official Frontend Proxy SDKs:**
|
**Official Frontend Proxy SDKs:**
|
||||||
|
|
||||||
- [Javascript SDK](./proxy-javascript)
|
- [Javascript SDK](/sdks/proxy-javascript)
|
||||||
- Android SDK (coming soon)
|
- Android SDK (coming soon)
|
||||||
- [iOS Proxy SDK](/sdks/proxy-ios)
|
- [iOS Proxy SDK](/sdks/proxy-ios)
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@ id: proxy-javascript
|
|||||||
title: JavaScript Proxy SDK
|
title: JavaScript Proxy SDK
|
||||||
---
|
---
|
||||||
|
|
||||||
In this guide we explain how to use feature toggles in a Single Page App via [The Unleash Proxy](./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-hosted/unleash-proxy-client-js).
|
||||||
|
|
||||||
### Introduction {#introduction}
|
### Introduction {#introduction}
|
||||||
|
|
||||||
|
@ -106,7 +106,7 @@ module.exports = {
|
|||||||
fromExtensions: ['html', 'htm'],
|
fromExtensions: ['html', 'htm'],
|
||||||
redirects: [
|
redirects: [
|
||||||
{
|
{
|
||||||
to: '/sdks/index',
|
to: '/sdks',
|
||||||
from: ['/user_guide/client-sdk', '/client-sdk']
|
from: ['/user_guide/client-sdk', '/client-sdk']
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user