From 3c0d19c72fd38046e5c4c2309dec19f1f32d0dbf Mon Sep 17 00:00:00 2001 From: Kai Date: Tue, 7 Jun 2022 10:07:23 +0200 Subject: [PATCH] PG-438: update README.md to point to the stable releases instead of a branch Signed-off-by: Kai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9494b7e..2a0b03b 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ ## Overview -**NOTE**: This branch is constantly changing and used as our development branch. We recommend using it in testing environments only. The stable release can be found in the [REL1_0_STABLE](https://github.com/percona/pg_stat_monitor/tree/REL1_0_STABLE) branch. +**NOTE**: The latest stable releases can be found underneath [Releases](https://github.com/percona/pg_stat_monitor/releases). The `pg_stat_monitor` is a **_Query Performance Monitoring_** tool for PostgreSQL. It attempts to provide a more holistic picture by providing much-needed query performance insights in a [single view](https://github.com/percona/pg_stat_monitor/blob/master/docs/REFERENCE.md).