From 6bf707c9e6f40d11a1cd8f82fec1ea1ce24f04c5 Mon Sep 17 00:00:00 2001 From: Lance Chen Date: Wed, 23 Jun 2021 10:47:03 +0800 Subject: [PATCH] docs: update Line Protocol document link to v2.0 To meet the target version (InfluxDB 2.x) of this repo. Also markdown-to-HTML rendering in the old v1.6 document is broken. --- CHANGELOG.md | 4 ++++ README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 561ad11e..248586f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## Unreleased +### Documentation + - [#261](https://github.com/influxdata/influxdb-client-go/pull/261) Update Line Protocol document link to v2.0 + ## 2.4.0 [2021-06-04] ### Features - [#256](https://github.com/influxdata/influxdb-client-go/pull/256) Allowing 'Doer' interface for HTTP requests diff --git a/README.md b/README.md index 943b3bf7..baf5335a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains the reference Go client for InfluxDB 2. - into raw data, flux table representation - [How to queries](#queries) - Writing data using - - [Line Protocol](https://docs.influxdata.com/influxdb/v1.6/write_protocols/line_protocol_tutorial/) + - [Line Protocol](https://docs.influxdata.com/influxdb/v2.0/reference/syntax/line-protocol/) - [Data Point](https://pkg.go.dev/github.com/influxdata/influxdb-client-go/v2/api/write#Point) - Both [asynchronous](https://pkg.go.dev/github.com/influxdata/influxdb-client-go/v2/api#WriteAPI) or [synchronous](https://pkg.go.dev/github.com/influxdata/influxdb-client-go/v2/api#WriteAPIBlocking) ways - [How to writes](#writes)