Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Commit 714ab09

Browse files
Merge pull request #95 from launchdarkly/emberstevens/sc-118589/url-audit-for-sdk-related-repos-pt-2
Updates docs URLs
2 parents 1f314a8 + 432605c commit 714ab09

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ All notable changes to the LaunchDarkly React Native SDK will be documented in t
8080

8181
## [4.2.0] - 2021-05-19
8282
### Added:
83-
- `LDUser` now has an optional `secondary` attribute to match other LaunchDarkly SDKs. For more on the behavior of this attribute see [the documentation on targeting users](https://docs.launchdarkly.com/home/managing-flags/targeting-users).
83+
- `LDUser` now has an optional `secondary` attribute to match other LaunchDarkly SDKs. For more on the behavior of this attribute see [the documentation on targeting users](https://docs.launchdarkly.com/home/flags/targeting-users).
8484
- Support for multiple LaunchDarkly projects or environments. Each set of feature flags associated with a mobile key is called an environment. ([#10](https://github.com/launchdarkly/react-native-client-sdk/issues/10))
8585
- `secondaryMobileKeys` is now a config option which allows a mapping of names to the SDK keys for each additional environment. `mobileKey` is still required, and represents the primary environment.
8686
- Many methods including variations, track, and listeners now support an optional `environment` parameter to evaluate the method against the given `environment`.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ About LaunchDarkly
5050
* Gradually roll out a feature to an increasing percentage of users, and track the effect that the feature has on key metrics (for instance, how likely is a user to complete a purchase if they have feature A versus feature B?).
5151
* Turn off a feature that you realize is causing performance problems in production, without needing to re-deploy, or even restart the application with a changed configuration file.
5252
* Grant access to certain features based on user attributes, like payment plan (eg: users on the ‘gold’ plan get access to more features than users in the ‘silver’ plan). Disable parts of your application to facilitate maintenance, without taking everything offline.
53-
* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Check out [our documentation](https://docs.launchdarkly.com) for a complete list.
53+
* LaunchDarkly provides feature flag SDKs for a wide variety of languages and technologies. Read [our documentation](https://docs.launchdarkly.com/sdk) for a complete list.
5454
* Explore LaunchDarkly
5555
* [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information
5656
* [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ declare module 'launchdarkly-react-native-client-sdk' {
186186

187187
/**
188188
* The secondary key for the user. See the
189-
* [documentation](https://docs.launchdarkly.com/home/managing-flags/targeting-users#percentage-rollout-logic)
189+
* [documentation](https://docs.launchdarkly.com/home/flags/targeting-users#percentage-rollouts)
190190
* for more information on it's use for percentage rollout bucketing.
191191
*/
192192
secondary?: string;

0 commit comments

Comments
 (0)