From 1cf5998a735505bbe8e8d4882dec6de78d89aabf Mon Sep 17 00:00:00 2001 From: Brandon Braner Date: Mon, 9 Sep 2024 11:48:25 -0500 Subject: [PATCH] Update index.md Updated link for PopSql to be an actual link Signed-off-by: Brandon Braner --- use-timescale/query-data/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/use-timescale/query-data/index.md b/use-timescale/query-data/index.md index f541767dac..3a57d66270 100644 --- a/use-timescale/query-data/index.md +++ b/use-timescale/query-data/index.md @@ -9,7 +9,7 @@ keywords: [queries] Timescale hypertables _are_ PostgreSQL tables. That means you can query them with standard SQL commands. In addition to the extra benefits you get from Timescale architecture and query planning, -use [PopSQL][popsql] to work on data with centralized SQL queries, interactive visuals and real-time collaboration +use [PopSQL](https://popsql.com/) to work on data with centralized SQL queries, interactive visuals and real-time collaboration * [About querying data][about-querying-data] * [Select data with `SELECT`][selecting-data]