From 10dd4b753e423361c98adf74fdb534d083c47fe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ivar=20Conradi=20=C3=98sthus?= Date: Wed, 21 Jul 2021 23:12:34 +0200 Subject: [PATCH] Update node.md --- websitev2/docs/sdks/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websitev2/docs/sdks/node.md b/websitev2/docs/sdks/node.md index 47c3c2dd8c..d348afbde9 100644 --- a/websitev2/docs/sdks/node.md +++ b/websitev2/docs/sdks/node.md @@ -5,7 +5,7 @@ title: Node SDK In this guide we explain how to use feature toggles in a Node application using Unleash-hosted. We will be using the open source Unleash [Node.js Client SDK](https://github.com/Unleash/unleash-client-node). -> You will need your `API URL` and your `API token` in order to connect the Client SDK to you Unleash instance. You can find this information in the “Admin” section Unleash management UI. [Read more](user_guide/api-token) +> You will need your `API URL` and your `API token` in order to connect the Client SDK to you Unleash instance. You can find this information in the “Admin” section Unleash management UI. [Read more](../user_guide/api-token) ## Step 1: Install the client SDK {#step-1-install-the-client-sdk}