1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-25 00:07:47 +01:00

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
This commit is contained in:
Amr Draz 2021-05-21 19:42:22 +02:00 committed by GitHub
parent 3dc25e64d7
commit aa9c2543eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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