docs: fix the pre-build dashboard boilerplate link

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/10760
GitOrigin-RevId: e86117f0e0febf6ceeaacce61490aef4614ae972
This commit is contained in:
Toan Nguyen 2024-04-01 20:33:15 +07:00 committed by hasura-bot
parent 18e249dcf4
commit 553578d351

View File

@ -52,15 +52,6 @@ templates for monitoring in production.
### Get Started
Clone the repository to your local machine, copy the sample environment file `dotenv` to `.env`, and edit the enterprise
Clone the [observability boilerplate](https://github.com/hasura/graphql-engine/tree/master/community/boilerplates/observability/enterprise) to your local machine, copy the sample environment file `dotenv` to `.env`, and edit the enterprise
license key (`HGE_EE_LICENSE_KEY`) and secrets. The demo uses [Docker Compose](https://docs.docker.com/compose/) to
setup container services.
```bash
git clone https://github.com/hasura/ee-observability-demo.git
cd ee-observability-demo
cp dotenv .env
docker-compose up -d
```
Explore Grafana Dashboards on `http://localhost:3000`.