You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The LaunchDarkly Server-Side SDK for Node.js is designed primarily for use in multi-user systems such as web servers and applications. It follows the server-side LaunchDarkly model for multi-user contexts. It is not intended for use in desktop and embedded systems applications.
8
8
@@ -26,7 +26,7 @@ Refer to the [SDK reference guide](https://docs.launchdarkly.com/sdk/server-side
26
26
27
27
Read our [documentation](http://docs.launchdarkly.com) for in-depth instructions on configuring and using LaunchDarkly. You can also head straight to the [complete reference guide for this SDK](https://docs.launchdarkly.com/sdk/server-side/node-js).
28
28
29
-
The authoritative description of all properties and methods is in the [TypeScript documentation](https://launchdarkly.github.io/node-server-sdk/).
29
+
The authoritative description of all properties and methods is in the [TypeScript documentation][sdk-server-node-docs-link].
30
30
31
31
## Testing
32
32
@@ -54,4 +54,6 @@ We encourage pull requests and other contributions from the community. Check out
0 commit comments