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

Commit 6ad7ca2

Browse files
authored
Merge pull request #12 from launchdarkly/emberstevens/sc-118589/url-audit-for-sdk-related-repos-pt-2
Updates docs URLs
2 parents d3e301a + e515c20 commit 6ad7ca2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing to this library
22

3-
The source code for this library is [here](https://github.com/launchdarkly/node-server-sdk-consul). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Server-Side Node.js SDK, you may want to look at the [SDK source code](https://github.com/launchdarkly/dotnet-server-sdk) and our [SDK contributor's guide](http://docs.launchdarkly.com/docs/sdk-contributors-guide).
3+
The source code for this library is [here](https://github.com/launchdarkly/node-server-sdk-consul). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Server-Side Node.js SDK, you may want to look at the [SDK source code](https://github.com/launchdarkly/dotnet-server-sdk) and our [SDK contributor's guide](https://docs.launchdarkly.com/sdk/concepts/contributors-guide).
44

55
## Submitting bug reports and feature requests
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This library provides a Consul-backed persistence mechanism (feature store) for
66

77
The minimum version of the LaunchDarkly Node.js SDK for use with this library is 6.0.0.
88

9-
For more information, see the [SDK features guide](https://docs.launchdarkly.com/sdk/features/database-integrations).
9+
For more information, see the [SDK features guide](https://docs.launchdarkly.com/sdk/features/storing-data).
1010

1111
TypeScript API documentation is [here](https://launchdarkly.github.io/node-server-sdk-consul).
1212

@@ -50,7 +50,7 @@ To reduce traffic to Consul, there is an optional in-memory cache that retains t
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/docs) 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
@@ -3,7 +3,7 @@
33
/**
44
* Interface for the Consul feature store component to be used with the LaunchDarkly SDK.
55
*
6-
* See: https://docs.launchdarkly.com/sdk/features/database-integrations
6+
* See: https://docs.launchdarkly.com/sdk/features/storing-data
77
*/
88

99
declare module 'launchdarkly-node-server-sdk-consul' {

0 commit comments

Comments
 (0)