From fc75c6dcc8dacd23afcc146b93b01336a777b611 Mon Sep 17 00:00:00 2001 From: "Mahlon E. Smith" Date: Thu, 5 Aug 2021 10:48:20 -0700 Subject: [PATCH] Fix link to Timescale JSON docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ac96b4..75831bf 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ SELECT create_hypertable( 'netdata', 'time', migrate_data => true, chunk_time_in ``` Timescale also has some great examples and advice for efficient [JSON -indexing](http://docs.timescale.com/v0.8/using-timescaledb/schema-management#json) +indexing](https://docs.timescale.com/timescaledb/latest/how-to-guides/schema-management/json/#json) and queries.