We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f9eed commit f3c9669Copy full SHA for f3c9669
influxdb/content.md
@@ -550,7 +550,7 @@ Inserting into the DB:
550
curl -i -XPOST 'http://localhost:8086/write?db=mydb' --data-binary 'cpu_load_short,host=server01,region=us-west value=0.64 1434055562000000000'
551
```
552
553
-Read more about this in the [official documentation](https://docs.influxdata.com/influxdb/latest/guides/writing_data/)
+Read more about this in the [official documentation](https://docs.influxdata.com/influxdb/latest/guides/writing_data/).
554
555
CLI / SHELL
556
-----------
0 commit comments