diff --git a/README.md b/README.md index 4f9b87a..f77a956 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ [![codecov](https://codecov.io/gh/flagship-io/decision-api/branch/main/graph/badge.svg?token=Jvuh2U89uA)](https://codecov.io/gh/flagship-io/decision-api) [![Go Report Card](https://goreportcard.com/badge/github.com/flagship-io/decision-api)](https://goreportcard.com/report/github.com/flagship-io/decision-api) -[![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) +[![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) -**Visit [https://docs.developers.flagship.io/](https://docs.developers.flagship.io/) to get started with Flagship.** +**Visit [https://docs.abtasty.com/server-side](https://docs.abtasty.com/server-side) to get started with Flagship.** ## Disclaimer @@ -26,16 +26,20 @@ ## Docs ### Installation + 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. #### Using a binary + You can download the latest binary here: https://github.com/flagship-io/decision-api/releases #### Using a Docker image + You can pull the latest docker image from docker hub: `docker pull flagshipio/decision-api` ### Running + Using a binary Download the latest release on github and then simply run: @@ -49,9 +53,10 @@ Run the following command to start the server with Docker `docker run -p 8080:8080 -e ENV_ID={your_env_id} -e API_KEY={your_api_key} flagshipio/decision-api` ### Configuration + Full configuration and API options available here: -[https://docs.developers.flagship.io/docs/run-on-premise](https://docs.developers.flagship.io/docs/run-on-premise) +[https://docs.abtasty.com/server-side/decision-api/run-on-premise](https://docs.abtasty.com/server-side/decision-api/run-on-premise) ## Licence