Skip to content

Commit e2ced95

Browse files
committed
fix(mono): broken anchors, broken internal links
1 parent 2318cf7 commit e2ced95

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

content/shared/v3-core-get-started/_index.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ The following examples show how to start {{% product-name %}} with different obj
156156
> storage alone, eliminating the need for locally attached disks.
157157
> {{% product-name %}} can also work with only local disk storage when needed.
158158
159-
160159
##### Filesystem object store
161160

162161
Store data in a specified directory on the local filesystem.
@@ -178,7 +177,6 @@ To run the [Docker image](/influxdb3/version/install/#docker-image) and persist
178177
- `-v /path/on/host:/path/in/container`: Mounts a directory from your filesystem to the container
179178
- `--object-store file --data-dir /path/in/container`: Uses the mount for server storage
180179

181-
182180
<!--pytest.mark.skip-->
183181
```bash
184182
# Filesystem object store with Docker
@@ -241,7 +239,7 @@ influxdb3 serve \
241239
--object-store memory
242240
```
243241

244-
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/serve/):
242+
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/serve/):
245243

246244
```bash
247245
influxdb3 serve --help
@@ -639,7 +637,7 @@ Replace the following placeholders with your values:
639637
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create
640638
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: the {{% token-link "admin" %}} for your {{% product-name %}} server
641639

642-
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/create/):
640+
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/create):
643641

644642
```bash
645643
influxdb3 create -h
@@ -1136,7 +1134,7 @@ To test a plugin, do the following:
11361134

11371135
1. Create a _plugin directory_--for example, `/path/to/.influxdb/plugins`
11381136
2. [Start the InfluxDB server](#start-influxdb) and include the `--plugin-dir <PATH>` option.
1139-
3. Save the [example plugin code](#example-python-plugin-for-wal-flush) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1137+
3. Save the [example plugin code](#example-python-plugin-for-wal-rows) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
11401138
4. To run the test, enter the following command with the following options:
11411139

11421140
- `--lp` or `--file`: The line protocol to test

content/shared/v3-enterprise-get-started/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ influxdb3 serve \
250250
--object-store memory
251251
```
252252

253-
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/serve/):
253+
For more information about server options, use the CLI help or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/serve/):
254254

255255
```bash
256256
influxdb3 serve --help
@@ -683,7 +683,7 @@ Replace the following placeholders with your values:
683683
- {{% code-placeholder-key %}}`DATABASE_NAME`{{% /code-placeholder-key %}}: the name of the database to create
684684
- {{% code-placeholder-key %}}`AUTH_TOKEN`{{% /code-placeholder-key %}}: the {{% token-link "admin" %}} for your {{% product-name %}} server
685685

686-
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/create/):
686+
To learn more about a subcommand, use the `-h, --help` flag or view the [InfluxDB 3 CLI reference](/influxdb3/version/reference/cli/influxdb3/create):
687687

688688
```bash
689689
influxdb3 create -h
@@ -1176,7 +1176,7 @@ To test a plugin, do the following:
11761176

11771177
1. Create a _plugin directory_--for example, `/path/to/.influxdb/plugins`
11781178
2. [Start the InfluxDB server](#start-influxdb) and include the `--plugin-dir <PATH>` option.
1179-
3. Save the [example plugin code](#example-python-plugin-for-wal-flush) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
1179+
3. Save the [example plugin code](#example-python-plugin-for-wal-rows) to a plugin file inside of the plugin directory. If you haven't yet written data to the table in the example, comment out the lines where it queries.
11801180
4. To run the test, enter the following command with the following options:
11811181

11821182
- `--lp` or `--file`: The line protocol to test

0 commit comments

Comments
 (0)