Skip to content

Commit

Permalink
fix broken readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-darkly committed Apr 18, 2019
1 parent fbf1ab4 commit 73598dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ client.identify(newUser, hash, function() {

For an additional overview with code samples, see the online [JavaScript SDK Reference](https://docs.launchdarkly.com/docs/js-sdk-reference).

The authoritative full description of all properties and methods is in the TypeScript declaration files [here](typings.d.ts) and [here](../ldclient-js-common/typings.d.ts).
The authoritative full description of all properties and methods is in the TypeScript declaration files for [`ldclient-js`](https://github.com/launchdarkly/js-client/blob/master/packages/ldclient-js/typings.d.ts) and [`ldclient-js-common`](https://github.com/launchdarkly/js-client/blob/master/packages/ldclient-js-common/typings.d.ts) (a common package used by LaunchDarkly's JavaScript, React, and Electron SDKs).

For examples of using the SDK in a simple JavaScript application, see [`hello-js`](https://github.com/launchdarkly/hello-js) and [`hello-bootstrap`](https://github.com/launchdarkly/hello-bootstrap).

Expand Down

0 comments on commit 73598dd

Please sign in to comment.