From fa8722be4a9d80c995c12317c9c5f11cbc1d6845 Mon Sep 17 00:00:00 2001 From: Ricky Pai Date: Wed, 21 Oct 2020 00:37:18 -0700 Subject: [PATCH] add link to circleci config in README (#8089) Signed-off-by: Ricky Pai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f529864107..87f35bf3e8 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ For more information on building, running, and developing on the new React-based ## More information * The source code is periodically indexed: [Prometheus Core](https://godoc.org/github.com/prometheus/prometheus). - * You will find a CircleCI configuration in `.circleci/config.yml`. + * You will find a CircleCI configuration in [`.circleci/config.yml`](.circleci/config.yml). * See the [Community page](https://prometheus.io/community) for how to reach the Prometheus developers and users on various communication channels. ## Contributing