From c675a8fc8e9b8609a553031ded00222c06a9379c Mon Sep 17 00:00:00 2001 From: emrberk Date: Fri, 11 Jul 2025 22:45:46 +0300 Subject: [PATCH] Fix broken link to dashboard & remove redirects from docs --- documentation/reference/sql/sample-by.md | 2 +- netlify.toml | 35 ------------------------ 2 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 netlify.toml diff --git a/documentation/reference/sql/sample-by.md b/documentation/reference/sql/sample-by.md index 11fa6480b..eceb0a97f 100644 --- a/documentation/reference/sql/sample-by.md +++ b/documentation/reference/sql/sample-by.md @@ -353,7 +353,7 @@ Gives the following result: In this case, the timestamps are floored to the nearest UTC day, and grouped. The counts correspond to the number of entries occurring within each UTC day. -This is particularly useful for summarising data for charting purposes; see the [candlestick chart](https://dashboard.demo.questdb.io/d-solo/fb13b4ab-b1c9-4a54-a920-b60c5fb0363f/public-dashboard-questdb-io-use-cases-crypto?orgId=1&refresh=750ms&panelId=6) from the example [crypto dashboard](https://questdb.com/dashboards/crypto/). +This is particularly useful for summarising data for charting purposes; see the [candlestick chart](https://dashboard.questdb.io/d-solo/fb13b4ab-b1c9-4a54-a920-b60c5fb0363f/public-dashboard-questdb-io-use-cases-crypto?orgId=1&refresh=750ms&panelId=6) from the example [crypto dashboard](https://questdb.com/dashboards/crypto/). ### TIME ZONE diff --git a/netlify.toml b/netlify.toml deleted file mode 100644 index b353428d0..000000000 --- a/netlify.toml +++ /dev/null @@ -1,35 +0,0 @@ -[[redirects]] -from = "/docs/troubleshooting/log/" -to = "/docs/operations/logging-metrics/" -status = 301 -force = true - -[[redirects]] -from = "/docs/deployment/google-cloud-platform/" -to = "/docs/deployment/gcp/" -status = 301 -force = true - -[[redirects]] -from = "/docs/deployment/aws-official-ami/" -to = "/docs/deployment/aws/" -status = 301 -force = true - -[[redirects]] -from = "/docs/deployment/digitalocean/" -to = "/docs/deployment/digital-ocean/" -status = 301 -force = true - -[[redirects]] -from = "/docs/guides/microsoft-entraid-oidc/" -to = "/docs/operations/openid-connect-oidc-integration/#microsoft-entraid" -status = 301 -force = true - -[[redirects]] -from = "/docs/guides/active-directory-pingfederate/" -to = "/docs/operations/openid-connect-oidc-integration/#pingfederate" -status = 301 -force = true