Skip to content

Commit

Permalink
fix broken links on npmjs.com (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
bwoskow-ld authored May 7, 2019
1 parent 2b0ea42 commit ddd30a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/launchdarkly-js-client-sdk/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# LaunchDarkly SDK for JavaScript - Main Package

This file contains the `launchdarkly-js-client-sdk` package, which is the standard interface for the LaunchDarkly SDK for browser JavaScript. It is described in the [main README](../../README.md).
This file contains the `launchdarkly-js-client-sdk` package, which is the standard interface for the LaunchDarkly SDK for browser JavaScript. It is described in the [main README](https://github.com/launchdarkly/js-client-sdk/blob/master/README.md).

This package automatically imports `launchdarkly-js-sdk-common`, which provides much of the underlying implementation.
4 changes: 2 additions & 2 deletions packages/launchdarkly-react-client-sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## Introduction

This is an optional React wrapper for the LaunchDarkly SDK for browser JavaScript SDK. It builds upon the [JavaScript SDK](../launchdarkly-js-client-sdk/README.md), supporting all of the same functionality, but using React's Context API to provide additional conveniences:
This is an optional React wrapper for the LaunchDarkly SDK for browser JavaScript SDK. It builds upon the [JavaScript SDK](https://github.com/launchdarkly/js-client-sdk/tree/master/packages/launchdarkly-js-client-sdk), supporting all of the same functionality, but using React's Context API to provide additional conveniences:

* Easy initialization and usage with React.
* Feature flags as camelCased props.
* Subscription to flag changes out of the box.

For a general overview of JavaScript SDK characteristics, see the [main README](../../README.md). Also see the online [React SDK Reference](https://docs.launchdarkly.com/docs/react-sdk-reference).
For a general overview of JavaScript SDK characteristics, see the [main README](https://github.com/launchdarkly/js-client-sdk/blob/master/README.md). Also see the online [React SDK Reference](https://docs.launchdarkly.com/docs/react-sdk-reference).

## Dependency

Expand Down

0 comments on commit ddd30a2

Please sign in to comment.