From 38677e59a9a25f18e1df54b2a55a26199160efda Mon Sep 17 00:00:00 2001 From: Scott Anderson Date: Wed, 30 Oct 2019 16:10:56 -0600 Subject: [PATCH] fixed syntax doc aliases --- content/v2.0/reference/syntax/annotated-csv.md | 2 +- content/v2.0/reference/syntax/line-protocol.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/v2.0/reference/syntax/annotated-csv.md b/content/v2.0/reference/syntax/annotated-csv.md index 7b90dfbfc..121607be4 100644 --- a/content/v2.0/reference/syntax/annotated-csv.md +++ b/content/v2.0/reference/syntax/annotated-csv.md @@ -11,7 +11,7 @@ menu: name: Annotated CSV v2.0/tags: [csv, syntax] aliases: - - /v2.0/reference/syntax/annotated-csv/ + - /v2.0/reference/annotated-csv/ --- Flux returns raw results in Annotated CSV format and also reads Annotated CSV diff --git a/content/v2.0/reference/syntax/line-protocol.md b/content/v2.0/reference/syntax/line-protocol.md index 6b886f6fc..74a434320 100644 --- a/content/v2.0/reference/syntax/line-protocol.md +++ b/content/v2.0/reference/syntax/line-protocol.md @@ -11,7 +11,7 @@ menu: weight: 102 v2.0/tags: [write, line protocol, syntax] aliases: - - /v2.0/reference/syntax/line-protocol + - /v2.0/reference/line-protocol --- InfluxDB uses line protocol to write data points.