From ed0123d88a67dcd61979cc8c2ac649342b263a0f Mon Sep 17 00:00:00 2001 From: Tymoteusz Czech <2625371+Tymek@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:31:57 +0200 Subject: [PATCH] fix(onboarding): Node.js SDK link (#8334) --- frontend/src/component/onboarding/dialog/snippets/nodejs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/component/onboarding/dialog/snippets/nodejs.md b/frontend/src/component/onboarding/dialog/snippets/nodejs.md index cc70652dee..5686602130 100644 --- a/frontend/src/component/onboarding/dialog/snippets/nodejs.md +++ b/frontend/src/component/onboarding/dialog/snippets/nodejs.md @@ -32,5 +32,5 @@ const unleash = initialize({ --- - [SDK repository with documentation](https://github.com/Unleash/unleash-client-node) -- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/NodeJS) +- [Node.js SDK example with CodeSandbox](https://github.com/Unleash/unleash-sdk-examples/tree/main/Node.js) - [Node.js SDK tutorial](https://dev.to/reeshee/how-to-implement-feature-flags-in-nodejs-using-unleash-3907)