minor updates to flux getting started docs

pull/22/head
Scott Anderson 2019-01-21 21:34:28 -07:00
parent ef3d94b271
commit 9c45700db1
2 changed files with 4 additions and 1 deletions

View File

@ -34,4 +34,6 @@ from(bucket:"example-bucket")
## Get started with Flux
The best way to familiarize yourself with Flux is to walk through creating a simple Flux query.
[Get Started with Flux](/v2.0/query-data/flux/get-started)
<div class="page-nav-btns">
<a class="btn next" href="/v2.0/query-data/flux/get-started">Get Started with Flux</a>
</div>

View File

@ -83,5 +83,6 @@ influx repl --org org-name
```
<div class="page-nav-btns">
<a class="btn prev" href="/v2.0/query-data/flux/">Introduction to Flux</a>
<a class="btn next" href="/v2.0/query-data/flux/get-started/query-influxdb/">Query InfluxDB with Flux</a>
</div>