1
0
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:
Ivar Conradi Østhus 2021-06-04 14:38:11 +02:00
parent 28e75b816b
commit 5d3c599706
No known key found for this signature in database
GPG Key ID: 31AC596886B0BD09
3 changed files with 9 additions and 9 deletions

View File

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

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](./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}

View File

@ -106,7 +106,7 @@ module.exports = {
fromExtensions: ['html', 'htm'],
redirects: [
{
to: '/sdks/index',
to: '/sdks',
from: ['/user_guide/client-sdk', '/client-sdk']
},
{