Skip to content

Commit acbfdd3

Browse files
committed
fix: update documentation links to point to the correct Flagship resources
1 parent a3d5b37 commit acbfdd3

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
[![codecov](https://codecov.io/gh/flagship-io/decision-api/branch/main/graph/badge.svg?token=Jvuh2U89uA)](https://codecov.io/gh/flagship-io/decision-api)
77
[![Go Report Card](https://goreportcard.com/badge/github.com/flagship-io/decision-api)](https://goreportcard.com/report/github.com/flagship-io/decision-api)
8-
[![CI](https://github.com/flagship-io/decision-api/actions/workflows/ci.yml/badge.svg)](https://github.com/flagship-io/decision-api/actions/workflows/ci.yml)
8+
[![CI](https://github.com/flagship-io/decision-api/actions/workflows/ci.yml/badge.svg)](https://github.com/flagship-io/decision-api/actions/workflows/ci.yml)
99

10-
**Visit [https://docs.developers.flagship.io/](https://docs.developers.flagship.io/) to get started with Flagship.**
10+
**Visit [https://docs.abtasty.com/server-side](https://docs.abtasty.com/server-side) to get started with Flagship.**
1111

1212
## Disclaimer
1313

@@ -26,16 +26,20 @@
2626
## Docs
2727

2828
### Installation
29+
2930
The Flagship Decision API can be installed and deployed in your infrastructure either by downloading and running the binary, or pulling and running the docker image in your orchestration system.
3031

3132
#### Using a binary
33+
3234
You can download the latest binary here: https://github.com/flagship-io/decision-api/releases
3335

3436
#### Using a Docker image
37+
3538
You can pull the latest docker image from docker hub:
3639
`docker pull flagshipio/decision-api`
3740

3841
### Running
42+
3943
Using a binary
4044
Download the latest release on github and then simply run:
4145

@@ -49,9 +53,10 @@ Run the following command to start the server with Docker
4953
`docker run -p 8080:8080 -e ENV_ID={your_env_id} -e API_KEY={your_api_key} flagshipio/decision-api`
5054

5155
### Configuration
56+
5257
Full configuration and API options available here:
5358

54-
[https://docs.developers.flagship.io/docs/run-on-premise](https://docs.developers.flagship.io/docs/run-on-premise)
59+
[https://docs.abtasty.com/server-side/decision-api/run-on-premise](https://docs.abtasty.com/server-side/decision-api/run-on-premise)
5560

5661
## Licence
5762

0 commit comments

Comments
 (0)