Skip to content

Commit 3bf419f

Browse files
committed
fix: links missing leading slash
1 parent fa29bcc commit 3bf419f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

content/influxdb/cloud/query-data/execute-queries/query-demo-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ types of demo data that let you explore and familiarize yourself with InfluxDB C
2525
{{% note %}}
2626
#### Free to use and read-only
2727
- InfluxDB Cloud demo data buckets are **free to use** and are **_not_ subject to
28-
[Free Plan rate limits](influxdb/cloud/account-management/limits/#free-plan-rate-limits) rate limits**.
28+
[Free Plan rate limits](/influxdb/cloud/account-management/limits/#free-plan-rate-limits) rate limits**.
2929
- Demo data buckets are **read-only**. You cannot write data into demo data buckets.
3030
{{% /note %}}
3131

content/influxdb3/core/admin/tokens/admin/create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Create an admin token
33
description: >
44
Use the [`influxdb3 create token --admin` command](/influxdb3/core/reference/cli/influxdb3/create/token/)
5-
or the HTTP API [`/api/v3/configure/token/admin`](influxdb3/core/api/v3/#operation/PostCreateAdminToken) endpoint
5+
or the HTTP API [`/api/v3/configure/token/admin`](/influxdb3/core/api/v3/#operation/PostCreateAdminToken) endpoint
66
to create an [admin token](/influxdb3/core/admin/tokens/admin/) for your {{< product-name omit="Clustered" >}} instance.
77
An admin token grants access to all actions on the server.
88
menu:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ _You can create a last values cache per time series, but be mindful of high card
910910

911911
#### Query a last values cache
912912

913-
To query data from the LVC, use the [`last_cache()`](influxdb3/version/reference/sql/functions/cache/#last_cache) function in your query--for example:
913+
To query data from the LVC, use the [`last_cache()`](/influxdb3/version/reference/sql/functions/cache/#last_cache) function in your query--for example:
914914

915915
```bash
916916
influxdb3 query \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ _You can create a last values cache per time series, but be mindful of high card
951951

952952
#### Query a last values cache
953953

954-
To query data from the LVC, use the [`last_cache()`](influxdb3/version/reference/sql/functions/cache/#last_cache) function in your query--for example:
954+
To query data from the LVC, use the [`last_cache()`](/influxdb3/version/reference/sql/functions/cache/#last_cache) function in your query--for example:
955955

956956
```bash
957957
influxdb3 query \

0 commit comments

Comments
 (0)