Skip to content

Commit 4a5d31c

Browse files
authored
Correct doc link (#36)
1 parent fea10ae commit 4a5d31c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/messages.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const clientInitialized = function() {
1515
};
1616

1717
const docLink =
18-
' Please see https://docs.launchdarkly.com/docs/js-sdk-reference#section-initializing-the-client for instructions on SDK initialization.';
18+
' Please see https://docs.launchdarkly.com/docs/js-sdk-reference#initializing-the-client for instructions on SDK initialization.';
1919

2020
export const clientNotReady = function() {
2121
return 'LaunchDarkly client is not ready';

0 commit comments

Comments
 (0)