diff --git a/content/influxdb/v2/reference/cli/influx/_index.md b/content/influxdb/v2/reference/cli/influx/_index.md
index 30fcce5a1..0c0e557be 100644
--- a/content/influxdb/v2/reference/cli/influx/_index.md
+++ b/content/influxdb/v2/reference/cli/influx/_index.md
@@ -91,12 +91,12 @@ brew list | grep influxdb-cli
1. **Download the `influx` CLI package.**
- influx CLI v{{< latest-patch cli=true >}} (macOS)
+ influx CLI v{{< latest-patch cli=true >}} (macOS)
2. **Unpackage the downloaded package.**
Do one of the following:
-
+
- Double-click the downloaded package file in **Finder**.
- Run the following command in a macOS command prompt application such
**Terminal** or **[iTerm2](https://www.iterm2.com/)**:
@@ -140,17 +140,17 @@ brew list | grep influxdb-cli
#### Download from your browser
- influx CLI v{{< latest-patch cli=true >}} (amd64)
- influx CLI v{{< latest-patch cli=true >}} (arm)
+ influx CLI v{{< latest-patch cli=true >}} (amd64)
+ influx CLI v{{< latest-patch cli=true >}} (arm)
#### Download from the command line
```sh
# amd64
- wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz
+ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz
# arm
- wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz
+ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz
```
4. **Unpackage the downloaded package.**
@@ -191,10 +191,10 @@ Command Prompt is not fully compatible.
1. **Download the `influx` CLI package.**
- influx CLI v{{< latest-patch cli=true >}} (Windows)
+ influx CLI v{{< latest-patch cli=true >}} (Windows)
2. **Expand the downloaded archive.**
-
+
Expand the downloaded archive into `C:\Program Files\InfluxData\` and rename it if desired.
```powershell
diff --git a/content/influxdb/v2/tools/influx-cli.md b/content/influxdb/v2/tools/influx-cli.md
index 9fe8a190e..c9a293f7d 100644
--- a/content/influxdb/v2/tools/influx-cli.md
+++ b/content/influxdb/v2/tools/influx-cli.md
@@ -81,19 +81,19 @@ brew list | grep influxdb-cli
#### Download from your browser
- influx CLI v{{< latest-patch cli=true >}} (macOS)
+ influx CLI v{{< latest-patch cli=true >}} (macOS)
#### Download from the command line
```sh
- curl -LO https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-darwin-amd64.tar.gz \
+ curl -LO https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-darwin-amd64.tar.gz \
--output-dir ~/Downloads
```
2. Unpackage the downloaded binary.
Do one of the following:
-
+
- In **Finder**, double-click the downloaded package file.
- In your terminal (for example, **Terminal** or **[iTerm2](https://www.iterm2.com/)**) use `tar` to extract the package--for example, enter the following command to extract it into `~/Downloads`:
@@ -153,19 +153,19 @@ brew list | grep influxdb-cli
#### Download from your browser
- influx CLI v{{< latest-patch cli=true >}} (amd64)
- influx CLI v{{< latest-patch cli=true >}} (arm)
+ influx CLI v{{< latest-patch cli=true >}} (amd64)
+ influx CLI v{{< latest-patch cli=true >}} (arm)
#### Download from the command line
```sh
# amd64
- wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz
+ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-amd64.tar.gz
```
```sh
# arm
- wget https://download.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz
+ wget https://dl.influxdata.com/influxdb/releases/influxdb2-client-{{< latest-patch cli=true >}}-linux-arm64.tar.gz
```
2. Unpackage the downloaded binary.
@@ -215,10 +215,10 @@ Command Prompt is not fully compatible.
1. Download the `influx` CLI package.
- influx CLI v{{< latest-patch cli=true >}} (Windows)
+ influx CLI v{{< latest-patch cli=true >}} (Windows)
2. Expand the downloaded archive.
-
+
Expand the downloaded archive into `C:\Program Files\InfluxData\` and rename it if desired.
@@ -320,4 +320,4 @@ To install `influx` shell completion scripts, see
## Use influx CLI commands
_For information about `influx` CLI commands, see the
-[`influx` CLI reference documentation](/influxdb/v2/reference/cli/influx/)._
\ No newline at end of file
+[`influx` CLI reference documentation](/influxdb/v2/reference/cli/influx/)._
diff --git a/content/telegraf/v1/install.md b/content/telegraf/v1/install.md
index 147d44126..5ab74025d 100644
--- a/content/telegraf/v1/install.md
+++ b/content/telegraf/v1/install.md
@@ -71,7 +71,7 @@ To use the SHA checksum to verify the downloaded file, do the following:
+
```bash
make build_tools
diff --git a/layouts/shortcodes/telegraf/verify.md b/layouts/shortcodes/telegraf/verify.md
index 197c30b55..d3e5f4d33 100644
--- a/layouts/shortcodes/telegraf/verify.md
+++ b/layouts/shortcodes/telegraf/verify.md
@@ -20,7 +20,7 @@ If `gpg` is not available, see the [GnuPG homepage](https://gnupg.org/download/)
For example:
```
- wget https://download.influxdata.com/telegraf/releases/telegraf-{{ $latestPatch }}_linux_amd64.tar.gz.asc
+ wget https://dl.influxdata.com/telegraf/releases/telegraf-{{ $latestPatch }}_linux_amd64.tar.gz.asc
```
3. Verify the signature with `gpg --verify`: