From 4e03e4b3a882b4da2cc93317f8fd28c30cd52754 Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Mon, 7 Feb 2022 13:02:07 +0100 Subject: [PATCH] chore: fix broken link to community sdks section --- website/docs/sdks/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/sdks/index.md b/website/docs/sdks/index.md index e0ee43d1e24..2612d5bdd16 100644 --- a/website/docs/sdks/index.md +++ b/website/docs/sdks/index.md @@ -6,7 +6,7 @@ slug: /sdks In order to connect your application to Unleash you will need a client SDK (software developer kit) for your programming language and an [API token](../user_guide/api-token). The SDK will handle connecting to the Unleash server instance and retrieving feature toggles based on your configuration. All versions of Unleash (OSS, Pro, and Enterprise) use the same client SDKs. -Unleash provides official client SDKs for a number of programming language. Additionally, our community have developed and contributed SDKs for other languages. So if you can't find your favorite language in the list of official SDKs, check out the [list of clients written by our fantastic community](#clients-written-by-awesome-enthusiasts). +Unleash provides official client SDKs for a number of programming language. Additionally, our community have developed and contributed SDKs for other languages. So if you can't find your favorite language in the list of official SDKs, check out the [list of clients written by our fantastic community](#community-sdks). ## Official SDKs