Skip to content

Commit f496660

Browse files
authored
Fix documentation links in README.md (#598)
* Fix documentation links in README.md Updated links in the README to point to the correct documentation for Optimizely Feature Experimentation. * Add Feature Management Access section to README Added instructions for accessing Feature Management configuration. * Add badges to README for project status Added badges for Maven Central, Build Status, and Coverage Status to the README. * dupe - Remove Java SDK link from README
1 parent 9d3e1c9 commit f496660

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
# Optimizely Java SDK
22

3+
[![Maven Central](https://img.shields.io/maven-central/v/com.optimizely.ab/core-api.svg)](https://mvnrepository.com/artifact/com.optimizely.ab/core-api)
4+
[![Build Status](https://github.com/optimizely/java-sdk/actions/workflows/java.yml/badge.svg?branch=master)](https://github.com/optimizely/java-sdk/actions/workflows/java.yml?query=branch%3Amaster)
5+
[![Coverage Status](https://coveralls.io/repos/github/optimizely/java-sdk/badge.svg?branch=master)](https://coveralls.io/github/optimizely/java-sdk?branch=master)
36
[![Apache 2.0](https://img.shields.io/badge/license-APACHE%202.0-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0)
47

58
This repository houses the Java SDK for use with Optimizely Feature Experimentation and Optimizely Full Stack (legacy).
69

7-
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/welcome).
10+
Optimizely Feature Experimentation is an A/B testing and feature management tool for product development teams that enables you to experiment at every step. Using Optimizely Feature Experimentation allows for every feature on your roadmap to be an opportunity to discover hidden insights. Learn more at [Optimizely.com](https://www.optimizely.com/products/experiment/feature-experimentation/), or see the [developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/introduction).
811

912
Optimizely Rollouts is [free feature flags](https://www.optimizely.com/free-feature-flagging/) for development teams. You can easily roll out and roll back features in any application without code deploys, mitigating risk for every feature on your roadmap.
1013

1114
## Get started
1215

13-
Refer to the [Java SDK's developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0.0-full-stack/docs/java-sdk) for detailed instructions on getting started with using the SDK.
16+
Refer to the [Java SDK's developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/java-sdk) for detailed instructions on getting started with using the SDK.
1417

1518
### Requirements
1619

@@ -49,11 +52,13 @@ dependencies {
4952
compile 'com.fasterxml.jackson.core:jackson-databind:2.13.5'
5053
}
5154
```
55+
## Feature Management Access
5256

57+
To access the Feature Management configuration in the Optimizely dashboard, please contact your Optimizely customer success manager.
5358

5459
## Use the Java SDK
5560

56-
See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/experimentation/v4.0-full-stack/docs/java-sdk) to learn how to set up your first Java project and use the SDK.
61+
See the Optimizely Feature Experimentation [developer documentation](https://docs.developers.optimizely.com/feature-experimentation/docs/java-sdk) to learn how to set up your first Java project and use the SDK.
5762

5863

5964
## SDK Development
@@ -162,8 +167,6 @@ License (Apache 2.0): [https://github.com/apache/httpcomponents-client/blob/mast
162167

163168
- Go - https://github.com/optimizely/go-sdk
164169

165-
- Java - https://github.com/optimizely/java-sdk
166-
167170
- JavaScript - https://github.com/optimizely/javascript-sdk
168171

169172
- PHP - https://github.com/optimizely/php-sdk

0 commit comments

Comments
 (0)