hotfix: add title to cli authentication credentials note, update link

pull/2085/head
Scott Anderson 2021-01-20 07:50:48 -07:00
parent 2cf2cc8183
commit 99cf49e824
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
<div class="note block">
<h4>Authentication credentials</h4>
<p>
The examples below assume your InfluxDB <strong>host</strong>, <strong>organization</strong>, and <strong>token</strong> are
provided by the <a href="/influxdb/v2.0/reference/cli/influx/#easily-provide-required-authentication-credentials">active <code>influx</code> CLI configuration</a>.
provided by the <a href="/influxdb/v2.0/reference/cli/influx/#provide-required-authentication-credentials">active <code>influx</code> CLI configuration</a>.
If you do not have a CLI configuration set up, use the appropriate flags to provide these required credentials.
</p>
</div>