diff --git a/documentation/reference/sql/sample-by.md b/documentation/reference/sql/sample-by.md index 11fa6480..eceb0a97 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 b353428d..00000000 --- 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