We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fea10ae commit 4a5d31cCopy full SHA for 4a5d31c
src/messages.js
@@ -15,7 +15,7 @@ export const clientInitialized = function() {
15
};
16
17
const docLink =
18
- ' Please see https://docs.launchdarkly.com/docs/js-sdk-reference#section-initializing-the-client for instructions on SDK initialization.';
+ ' Please see https://docs.launchdarkly.com/docs/js-sdk-reference#initializing-the-client for instructions on SDK initialization.';
19
20
export const clientNotReady = function() {
21
return 'LaunchDarkly client is not ready';
0 commit comments