From aa9c2543ebdb2a8848976f9d1516a159ce349277 Mon Sep 17 00:00:00 2001 From: Amr Draz Date: Fri, 21 May 2021 19:42:22 +0200 Subject: [PATCH] Update getting started to point to the right page (#849) I think the deploy getting started link may have changed and right now points to a 404 page, I updated it to what I think is the right page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 545e896818..cab29e4538 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ if (unleash.isEnabled("AwesomeFeature")) { ## Run it yourself -Unleash is open source and you are free to run your own instance. Please refer to the [getting-started-guide](https://unleash.github.io/docs/getting_started) to learn how to run the Unleash Service. +Unleash is open source and you are free to run your own instance. Please refer to the [getting-started-guide](https://docs.getunleash.io/docs/deploy/getting_started) to learn how to run the Unleash Service. We have made a separate project which runs Unleash inside docker. Please see [unleash-docker](https://github.com/Unleash/unleash-docker) for details