minor updates to flux getting started docs
parent
ef3d94b271
commit
9c45700db1
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue