From 8f2382eb4c9000054b7cfcb12e610bee0ee83fee Mon Sep 17 00:00:00 2001 From: James Sewell Date: Mon, 18 Nov 2024 21:42:15 +1300 Subject: [PATCH] Fix shortlink for release notes The current one showed 'Page not found'. Patch by James Sewell. --------- Signed-off-by: James Sewell --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f30c017244..154ad169889 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ these other resources: - [Developer Documentation](https://docs.timescale.com/getting-started/latest/services/) - [Slack Channel](https://slack-login.timescale.com) - [Timescale Community Forum](https://www.timescale.com/forum/) -- [Timescale Release Notes & Future Plans](https://tsdb.co/GitHubTimescaleReleaseNotes) +- [Timescale Release Notes & Future Plans](https://tsdb.co/GitHubTimescaleDocsReleaseNotes) For reference and clarity, all code files in this repository reference licensing in their header (either the Apache-2-open-source license @@ -174,7 +174,7 @@ multiple workers. ### Releases & updates - - [Timescale Release Notes](https://tsdb.co/GitHubTimescaleReleaseNotes): see detailed information about current and past + - [Timescale Release Notes](https://tsdb.co/GitHubTimescaleDocsReleaseNotes): see detailed information about current and past versions and subscribe to get notified about new releases, fixes, and early access/beta programs.