Skip to content

Commit af0ffaf

Browse files
committed
fix(influxdb3): Broken anchor links
1 parent 57d73b1 commit af0ffaf

File tree

5 files changed

+15
-12
lines changed

5 files changed

+15
-12
lines changed

content/shared/influxdb3-get-started/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This tutorial covers many of the recommended tools.
5454
| [InfluxDB 3 client libraries](/influxdb3/version/reference/client-libraries/v3/) | - | **{{< icon "check" >}}** | **{{< icon "check" >}}** |
5555
| [InfluxDB v2 client libraries](/influxdb3/version/reference/client-libraries/v2/) | - | **{{< icon "check" >}}** | - |
5656
| [InfluxDB v1 client libraries](/influxdb3/version/reference/client-libraries/v1/) | - | **{{< icon "check" >}}** | **{{< icon "check" >}}** |
57-
| [InfluxDB 3 processing engine](#python-plugins-and-the-processing-engine) | | **{{< icon "check" >}}** | **{{< icon "check" >}}** |
57+
| [InfluxDB 3 processing engine](/influxdb3/version/plugins/) | | **{{< icon "check" >}}** | **{{< icon "check" >}}** |
5858
| [Telegraf](/telegraf/v1/) | - | **{{< icon "check" >}}** | - |
5959
| [Chronograf](/chronograf/v1/) | - | - | - |
6060
| <span style="opacity:.5;">`influx` CLI</span> | - | - | - |

content/shared/influxdb3-get-started/query.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@ InfluxQL and the established InfluxQL-related APIs you have been using.
476476
{{% product-name %}} provides the following optimization options to improve
477477
specific kinds of queries:
478478

479-
- [Last values cache](#last-value-cache)
480-
- [Distinct values cache](#distinct-value-cache)
479+
- [Last values cache](#last-values-cache)
480+
- [Distinct values cache](#distinct-values-cache)
481481
{{% show-in "enterprise" %}}- [File indexes](#file-indexes){{% /show-in %}}
482482

483483
### Last values cache

content/shared/influxdb3-sample-data/sample-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ Replace the following in the sample script:
225225

226226
## Home sensor actions data
227227

228-
Includes hypothetical actions triggered by data in the [Get started home sensor data](#get-started-home-sensor-data)
228+
Includes hypothetical actions triggered by data in the [home sensor data](#home-sensor-data)
229229
and is a companion dataset to that sample dataset.
230230
To customize timestamps in the dataset, use the {{< icon "clock" >}} button in
231231
the lower right corner of the page.

content/shared/influxdb3-write-guides/client-libraries.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ Use InfluxDB 3 client libraries that integrate with your code to construct data
22
as time series points, and then write them as line protocol to an
33
{{% product-name %}} database.
44

5+
- [Set up your project](#set-up-your-project)
6+
- [Initialize a project directory](#initialize-a-project-directory)
7+
- [Install the client library](#install-the-client-library)
58
- [Construct line protocol](#construct-line-protocol)
69
- [Example home schema](#example-home-schema)
7-
- [Set up your project](#set-up-your-project)
8-
- [Construct points and write line protocol](#construct-points-and-write-line-protocol)
910

1011
## Set up your project
1112

@@ -201,7 +202,7 @@ pip install influxdb3-python pandas
201202
{{% /tab-content %}}
202203
{{< /tabs-wrapper >}}
203204

204-
### Construct line protocol
205+
## Construct line protocol
205206

206207
With a [basic understanding of line protocol](/influxdb3/version/write-data/#line-protocol),
207208
you can construct line protocol data and write it to {{% product-name %}}.
@@ -218,7 +219,7 @@ points.
218219
Examples in this guide show how to construct `Point` objects that follow the [example `home` schema](#example-home-schema),
219220
and then write the points as line protocol data to an {{% product-name %}} database.
220221

221-
#### Example home schema
222+
### Example home schema
222223

223224
Consider a use case where you collect data from sensors in your home. Each
224225
sensor collects temperature, humidity, and carbon monoxide readings.

content/shared/influxdb3/install.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
<!-- Comment: This file is used to generate the InfluxDB 3 install page. -->
22
- [System Requirements](#system-requirements)
3-
- [Quick install](#quick-install)
4-
- [Download {{% product-name %}} binaries](#download-influxdb-3-{{< product-key >}}-binaries)
5-
- [Docker image](#docker-image)
3+
- [Install](#install)
4+
- [Quick install for Linux and macOS](#quick-install-for-linux-and-macos)
5+
- [Download and install the latest build artifacts](#download-and-install-the-latest-build-artifacts)
6+
- [Pull the Docker image](#pull-the-docker-image)
7+
- [Verify the installation](#verify-the-installation)
68

79
{{% show-in "enterprise" %}}
810
> [!Note]
@@ -27,7 +29,7 @@ Azure Blob Storage, and Google Cloud Storage.
2729
You can also use many local object storage implementations that provide an
2830
S3-compatible API, such as [Minio](https://min.io/).
2931

30-
## Install {{% product-name %}}
32+
## Install
3133

3234
{{% product-name %}} runs on **Linux**, **macOS**, and **Windows**.
3335

0 commit comments

Comments
 (0)