Skip to content

Commit 19eaf3c

Browse files
authored
Merge pull request #5777 from influxdata/fix/issue5772
fix(monolith): get-started and broken install link:
2 parents 2485fc0 + 7527d4c commit 19eaf3c

File tree

4 files changed

+627
-253
lines changed

4 files changed

+627
-253
lines changed

content/influxdb3/core/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
3737
**Linux** and **macOS**.
3838

3939
> [!Important]
40-
> If using Windows, [download the InfluxDB 3 Core Windows binary](?t=Windows#download-influxdb-3-core-binaries).
40+
> If using Windows, [download the {{% product-name %}} Windows binary](?t=Windows#download-influxdb-3-core-binaries).
4141
4242
1. Use the following command to download and install the appropriate
4343
{{< product-name >}} package on your local machine:
@@ -46,7 +46,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
4646
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh
4747
```
4848

49-
2. Ensure installation completed successfully:
49+
2. Verify that installation completed successfully:
5050

5151
```bash
5252
influxdb3 --version
@@ -56,7 +56,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
5656
>
5757
> #### influxdb3 not found
5858
>
59-
> If it your system can't locate your `influxdb3` binary, `source` your
59+
> If your system can't locate your `influxdb3` binary, `source` your
6060
> current shell configuration file (`.bashrc`, `.zshrc`, etc.).
6161
>
6262
> {{< code-tabs-wrapper >}}
@@ -98,7 +98,7 @@ source ~/.zshrc
9898
9999
- [InfluxDB 3 Core • Linux (ARM) • GNU](https://download.influxdata.com/influxdb/snapshots/influxdb3-core_aarch64-unknown-linux-gnu.tar.gz)
100100
101-
[sha256](ps://dl.influxdata.com/influxdb/snapshots/influxdb3-core_aarch64-unknown-linux-gnu.tar.gz.sha256)
101+
[sha256](https://dl.influxdata.com/influxdb/snapshots/influxdb3-core_aarch64-unknown-linux-gnu.tar.gz.sha256)
102102
103103
- [InfluxDB 3 Core • Linux (ARM) • MUSL](https://download.influxdata.com/influxdb/snapshots/influxdb3-core_aarch64-unknown-linux-musl.tar.gz)
104104
@@ -136,10 +136,10 @@ source ~/.zshrc
136136
137137
## Docker image
138138
139-
Use the {{< product-name >}} Docker image to deploy {{< product-name >}} in a
139+
Use the `influxdb3-core` Docker image to deploy {{< product-name >}} in a
140140
Docker container.
141141
142-
```
142+
```bash
143143
docker pull quay.io/influxdb/influxdb3-core:latest
144144
```
145145

content/influxdb3/enterprise/install.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
3737
**Linux** and **macOS**.
3838

3939
> [!Important]
40-
> If using Windows, [download the InfluxDB 3 Enterprise Windows binary](?t=Windows#download-influxdb-3-enterprise-binaries).
40+
> If using Windows, [download the {{% product-name %}} Windows binary](?t=Windows#download-influxdb-3-enterprise-binaries).
4141
4242
1. Use the following command to download and install the appropriate
4343
{{< product-name >}} package on your local machine:
@@ -46,7 +46,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
4646
curl -O https://www.influxdata.com/d/install_influxdb3.sh && sh install_influxdb3.sh enterprise
4747
```
4848

49-
2. Ensure installation completed successfully:
49+
2. Verify that installation completed successfully:
5050

5151
```bash
5252
influxdb3 --version
@@ -56,7 +56,7 @@ Use the InfluxDB 3 quick install script to install {{< product-name >}} on
5656
>
5757
> #### influxdb3 not found
5858
>
59-
> If it your system can't locate your `influxdb3` binary, `source` your
59+
> If your system can't locate your `influxdb3` binary, `source` your
6060
> current shell configuration file (`.bashrc`, `.zshrc`, etc.).
6161
>
6262
> {{< code-tabs-wrapper >}}
@@ -98,7 +98,7 @@ source ~/.zshrc
9898
9999
- [InfluxDB 3 Enterprise • Linux (ARM) • GNU](https://download.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz)
100100
101-
[sha256](ps://dl.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz.sha256)
101+
[sha256](https://dl.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-gnu.tar.gz.sha256)
102102
103103
- [InfluxDB 3 Enterprise • Linux (ARM) • MUSL](https://download.influxdata.com/influxdb/snapshots/influxdb3-enterprise_aarch64-unknown-linux-musl.tar.gz)
104104
@@ -136,10 +136,10 @@ source ~/.zshrc
136136
137137
## Docker image
138138
139-
Use the {{< product-name >}} Docker image to deploy {{< product-name >}} in a
139+
Use the `influxdb3-enterprise` Docker image to deploy {{< product-name >}} in a
140140
Docker container.
141141
142-
```
142+
```bash
143143
docker pull quay.io/influxdb/influxdb3-enterprise:latest
144144
```
145145

0 commit comments

Comments
 (0)