From ec9e79f0316fe31bf22a6f0764f4a3bd26e08bcd Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Tue, 31 Mar 2020 11:26:01 -0600 Subject: [PATCH] added links to flux 0.65 changelog, fixed typo in shapeData doc --- .../v2.0/reference/flux/stdlib/experimental/geo/shapedata.md | 2 +- content/v2.0/reference/release-notes/flux.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/v2.0/reference/flux/stdlib/experimental/geo/shapedata.md b/content/v2.0/reference/flux/stdlib/experimental/geo/shapedata.md index ab4d18c88..2fa2f11e2 100644 --- a/content/v2.0/reference/flux/stdlib/experimental/geo/shapedata.md +++ b/content/v2.0/reference/flux/stdlib/experimental/geo/shapedata.md @@ -18,7 +18,7 @@ Use `geo.shapeData()` to ensure geo-temporal data meets the [requirements of the Geo package](/v2.0/reference/flux/stdlib/experimental/geo/#geo-schema-requirements): 1. Rename existing latitude and longitude fields to `lat` and `lon`. -2. Pivot data into row-wise sets based on the [`correlatinKey`](#correlationkey). +2. Pivot data into row-wise sets based on the [`correlationKey`](#correlationkey). 3. Generate `s2_cell_id` tags using `lat` and `lon` values and a specified [S2 cell level](https://s2geometry.io/resources/s2cell_statistics.html). diff --git a/content/v2.0/reference/release-notes/flux.md b/content/v2.0/reference/release-notes/flux.md index 0897076b4..6e531a9a3 100644 --- a/content/v2.0/reference/release-notes/flux.md +++ b/content/v2.0/reference/release-notes/flux.md @@ -19,9 +19,9 @@ InfluxDB until the next InfluxDB v2.0 release._ ## v0.65.0 [2020-03-27] ### Features -- Add `experimental.join()` function. +- Add [`experimental.join()`](/v2.0/reference/flux/stdlib/experimental/join/) function. - Store comments in the AST and preserve on format. -- Add `shapeData()` function to Geo package. +- Add [`shapeData()`](/v2.0/reference/flux/stdlib/experimental/geo/shapedata/) function to Geo package. - Expose format to Wasm users. ### Bug fixes