From d16825892c8c9a92efcd87679a1ce76400efad43 Mon Sep 17 00:00:00 2001 From: Phil Date: Fri, 26 Jun 2026 17:18:41 +0800 Subject: [PATCH] fix broken links (#7524) --- data-explorer/kusto/query/geo-h3cell-children-function.md | 2 +- data-explorer/kusto/query/geo-h3cell-level-function.md | 2 +- data-explorer/kusto/query/geo-h3cell-neighbors-function.md | 2 +- data-explorer/kusto/query/geo-h3cell-parent-function.md | 2 +- data-explorer/kusto/query/geo-h3cell-rings-function.md | 2 +- .../kusto/query/geo-h3cell-to-central-point-function.md | 2 +- data-explorer/kusto/query/geo-h3cell-to-polygon-function.md | 2 +- data-explorer/kusto/query/geo-point-to-h3cell-function.md | 2 +- data-explorer/kusto/query/geospatial-grid-systems.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/data-explorer/kusto/query/geo-h3cell-children-function.md b/data-explorer/kusto/query/geo-h3cell-children-function.md index 75c8366f58..2641dc64f8 100644 --- a/data-explorer/kusto/query/geo-h3cell-children-function.md +++ b/data-explorer/kusto/query/geo-h3cell-children-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 cell children. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-level-function.md b/data-explorer/kusto/query/geo-h3cell-level-function.md index b702a18a78..84f4f08aba 100644 --- a/data-explorer/kusto/query/geo-h3cell-level-function.md +++ b/data-explorer/kusto/query/geo-h3cell-level-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 cell resolution. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-neighbors-function.md b/data-explorer/kusto/query/geo-h3cell-neighbors-function.md index 6d03a1c1bc..4692433879 100644 --- a/data-explorer/kusto/query/geo-h3cell-neighbors-function.md +++ b/data-explorer/kusto/query/geo-h3cell-neighbors-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 cell neighbors. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-parent-function.md b/data-explorer/kusto/query/geo-h3cell-parent-function.md index a9ec493a79..f3a84a1a91 100644 --- a/data-explorer/kusto/query/geo-h3cell-parent-function.md +++ b/data-explorer/kusto/query/geo-h3cell-parent-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 cell parent. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-rings-function.md b/data-explorer/kusto/query/geo-h3cell-rings-function.md index 6c188effbe..99f197c858 100644 --- a/data-explorer/kusto/query/geo-h3cell-rings-function.md +++ b/data-explorer/kusto/query/geo-h3cell-rings-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 cell Rings. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-to-central-point-function.md b/data-explorer/kusto/query/geo-h3cell-to-central-point-function.md index 08da47bb04..d91ba1877b 100644 --- a/data-explorer/kusto/query/geo-h3cell-to-central-point-function.md +++ b/data-explorer/kusto/query/geo-h3cell-to-central-point-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the geospatial coordinates that represent the center of an H3 Cell. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-h3cell-to-polygon-function.md b/data-explorer/kusto/query/geo-h3cell-to-polygon-function.md index 90c09b8822..6c733e7d55 100644 --- a/data-explorer/kusto/query/geo-h3cell-to-polygon-function.md +++ b/data-explorer/kusto/query/geo-h3cell-to-polygon-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the polygon that represents the H3 Cell rectangular area. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geo-point-to-h3cell-function.md b/data-explorer/kusto/query/geo-point-to-h3cell-function.md index f3db70988b..6084fd3889 100644 --- a/data-explorer/kusto/query/geo-point-to-h3cell-function.md +++ b/data-explorer/kusto/query/geo-point-to-h3cell-function.md @@ -11,7 +11,7 @@ ms.date: 08/11/2024 Calculates the H3 Cell token string value of a geographic location. -Read more about [H3 Cell](https://eng.uber.com/h3/). +Read more about [H3 Cell](https://h3geo.org/docs/library/index/cell/). ## Syntax diff --git a/data-explorer/kusto/query/geospatial-grid-systems.md b/data-explorer/kusto/query/geospatial-grid-systems.md index bd24871ca7..f1567c5b9f 100644 --- a/data-explorer/kusto/query/geospatial-grid-systems.md +++ b/data-explorer/kusto/query/geospatial-grid-systems.md @@ -16,7 +16,7 @@ The following methods of geospatial clustering are supported: * [Geohash](https://en.wikipedia.org/wiki/Geohash) * [S2 Cell](http://s2geometry.io/devguide/s2cell_hierarchy) -* [H3 Cell](https://eng.uber.com/h3/) +* [H3 Cell](https://h3geo.org/docs/library/index/cell/) The core functionalities of these methods are: