Skip to content

Commit 160193d

Browse files
Merge pull request #13 from launchdarkly/emberstevens/sc-118589/url-audit-for-sdk-related-repos-pt-2
Updates docs URLs
2 parents 2767f84 + c58765a commit 160193d

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/java-client-dynamodb). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Java SDK, you may want to look at the [Java SDK source code](https://github.com/launchdarkly/java-client) 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/java-client-dynamodb). We encourage pull-requests and other contributions from the community. Since this library is meant to be used in conjunction with the LaunchDarkly Java SDK, you may want to look at the [Java SDK source code](https://github.com/launchdarkly/java-client) 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
@@ -11,7 +11,7 @@ If you need to use Java 7, or if you are already using AWS SDK 1.x for some othe
1111

1212
See the [API documentation](https://launchdarkly.github.io/java-server-sdk-dynamodb) for details on classes and methods.
1313

14-
For more information, see also: [Using a persistent data store](https://docs.launchdarkly.com/v2.0/docs/using-a-persistent-feature-store).
14+
For more information, see also: [Using DynamoDB as a persistent feature store](https://docs.launchdarkly.com/sdk/features/storing-data/dynamodb#java).
1515

1616
## Quick setup
1717

@@ -75,7 +75,7 @@ The LaunchDarkly SDK has a standard caching mechanism for any persistent data st
7575
* 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?).
7676
* 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.
7777
* 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.
78-
* 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.
78+
* 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.
7979
* Explore LaunchDarkly
8080
* [launchdarkly.com](https://www.launchdarkly.com/ "LaunchDarkly Main Website") for more information
8181
* [docs.launchdarkly.com](https://docs.launchdarkly.com/ "LaunchDarkly Documentation") for our documentation and SDK reference guides

src/main/java/com/launchdarkly/sdk/server/integrations/package-info.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* This package provides a DynamoDB-backed data store for the LaunchDarkly Java SDK.
33
* <p>
44
* For more details about how and why you can use a persistent data store, see:
5-
* https://docs.launchdarkly.com/v2.0/docs/using-a-persistent-feature-store
5+
* https://docs.launchdarkly.com/sdk/features/storing-data/dynamodb#java
66
* <p>
77
* For details on usage, see {@link com.launchdarkly.sdk.server.integrations.DynamoDb}.
88
*/

0 commit comments

Comments
 (0)