mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-11 00:08:30 +01: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**:
|
||||
|
||||
- [Java SDK](./java_sdk)
|
||||
- [Node.js SDK](./node_sdk)
|
||||
- [Go SDK](./go_sdk)
|
||||
- [Ruby SDK](./ruby_sdk)
|
||||
- [Python SDK](./python_sdk)
|
||||
- [.Net SDK](./dot_net_sdk)
|
||||
- [Java SDK](/sdks/java_sdk)
|
||||
- [Node.js SDK](/sdks/node_sdk)
|
||||
- [Go SDK](/sdks/go_sdk)
|
||||
- [Ruby SDK](/sdks/ruby_sdk)
|
||||
- [Python SDK](/sdks/python_sdk)
|
||||
- [.Net SDK](/sdks/dot_net_sdk)
|
||||
|
||||
**Official Frontend Proxy SDKs:**
|
||||
|
||||
- [Javascript SDK](./proxy-javascript)
|
||||
- [Javascript SDK](/sdks/proxy-javascript)
|
||||
- Android SDK (coming soon)
|
||||
- [iOS Proxy SDK](/sdks/proxy-ios)
|
||||
|
||||
|
@ -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](./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}
|
||||
|
||||
|
@ -106,7 +106,7 @@ module.exports = {
|
||||
fromExtensions: ['html', 'htm'],
|
||||
redirects: [
|
||||
{
|
||||
to: '/sdks/index',
|
||||
to: '/sdks',
|
||||
from: ['/user_guide/client-sdk', '/client-sdk']
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user