Update use.md

minor edits
pull/984/head
kelseiv 2020-04-28 16:13:24 -07:00 committed by GitHub
parent 5c1f35d15d
commit 83702433a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 4 deletions

View File

@ -21,14 +21,13 @@ your local filesystem and from URLs.
## Use InfluxDB community templates
The [InfluxDB Community Templates repository](https://github.com/influxdata/community-templates/)
The [InfluxDB community templates repository](https://github.com/influxdata/community-templates/)
is home to a growing number of InfluxDB templates developed and maintained by
others in the InfluxData community.
Install community templates directly from GitHub using a template's download URL
or download the template.
{{% note %}} When attempting to access the Community Templates via the URL, the templates use the following as the root of the URL: `https://raw.githubusercontent.com/influxdata/community-templates/master/`. For example, the Community Template for Docker can be accessed via `https://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml`. {{% /note %}}
{{% note %}} When attempting to access the community templates via the URL, the templates use the following as the root of the URL: `https://raw.githubusercontent.com/influxdata/community-templates/master/`. For example, the Docker community template can be accessed via `https://raw.githubusercontent.com/influxdata/community-templates/master/docker/docker.yml`. {{% /note %}}
<a class="btn" href="https://github.com/influxdata/community-templates/" target="\_blank">View InfluxDB Community Templates</a>
@ -63,7 +62,7 @@ influx pkg summary -u https://raw.githubusercontent.com/influxdata/community-tem
{{% /code-tabs-wrapper %}}
## Validate a template
To validate a template before your install it or troubleshoot a template, use
To validate a template before you install it or troubleshoot a template, use
the [`influx pkg validate` command](/v2.0/reference/cli/influx/pkg/validate/).
Validate a template stored in your local filesystem or from a URL.