From 61c6113189fcab001fd2bacc951766f1e36cf81d Mon Sep 17 00:00:00 2001 From: Neur0toxine Date: Thu, 26 Sep 2024 12:48:22 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 894547d..25f498d 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,6 @@ Obviously, you'll need Docker: 1. `make migrate` (use `clickhouse-client` inside container and execute migration SQL directly if migrator doesn't work). 2. Navigate to `http://grafana.test` or `http://localhost:3000` (if you did not configure Traefik locally), use `admin:admin` as credentials. -3. Import [Logs + Structured via Query](dashboards/Logs + Structured via Query.json) dashboard. +3. Import `dashboards/Logs + Structured via Query.json` dashboard. 4. Run any Docker project with structured JSON logs. -5. Done. \ No newline at end of file +5. Done.