Skip to content

Commit 36cfaba

Browse files
committed
fix: broken links
- Flux links in Kapacitor and others: flux/v0.x/ -> flux/v0/ - influxdb/v2%2E0/ -> influxdb/v2/
1 parent 18b78b7 commit 36cfaba

File tree

18 files changed

+39
-39
lines changed

18 files changed

+39
-39
lines changed

content/enterprise_influxdb/v1/concepts/schema_and_data_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We recommend the following design guidelines for most use cases:
2222

2323
Your queries should guide what data you store in [tags](/enterprise_influxdb/v1/concepts/glossary/#tag) and what you store in [fields](/enterprise_influxdb/v1/concepts/glossary/#field) :
2424

25-
- Store commonly queried and grouping ([`group()`](/flux/v0.x/stdlib/universe/group) or [`GROUP BY`](/enterprise_influxdb/v1/query_language/explore-data/#group-by-tags)) metadata in tags.
25+
- Store commonly queried and grouping ([`group()`](/flux/v0/stdlib/universe/group) or [`GROUP BY`](/enterprise_influxdb/v1/query_language/explore-data/#group-by-tags)) metadata in tags.
2626
- Store data in fields if each data point contains a different value.
2727
- Store numeric values as fields ([tag values](/enterprise_influxdb/v1/concepts/glossary/#tag-value) only support string values).
2828

content/flux/v0/release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ representative of the Flux SPEC.
433433
details.
434434
- Add tagging support to Flux tests.
435435
- Add new function [`experimental.catch()`](/flux/v0/stdlib/experimental/catch/).
436-
- Add new function [`testing.shouldError()`](/flux/v0.x/stdlib/testing/shoulderror/).
436+
- Add new function [`testing.shouldError()`](/flux/v0/stdlib/testing/shoulderror/).
437437

438438
### Bug fixes
439439

content/influxdb/cloud/account-management/data-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ menu:
1212
parent: Account management
1313
name: View data usage
1414
related:
15-
- /flux/v0.x/stdlib/experimental/usage/from/
16-
- /flux/v0.x/stdlib/experimental/usage/limits/
15+
- /flux/v0/stdlib/experimental/usage/from/
16+
- /flux/v0/stdlib/experimental/usage/limits/
1717
alt_links:
1818
cloud-serverless: /influxdb3/cloud-serverless/admin/billing/data-usage/
1919
---

content/influxdb/cloud/account-management/limits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ menu:
99
parent: Account management
1010
name: Adjustable quotas and limits
1111
related:
12-
- /flux/v0.x/stdlib/experimental/usage/from/
13-
- /flux/v0.x/stdlib/experimental/usage/limits/
12+
- /flux/v0/stdlib/experimental/usage/from/
13+
- /flux/v0/stdlib/experimental/usage/limits/
1414
- /influxdb/cloud/write-data/best-practices/resolve-high-cardinality/
1515
alt_links:
1616
cloud-serverless: /influxdb3/cloud-serverless/admin/billing/limits/
@@ -97,7 +97,7 @@ Combine delete predicate expressions (if possible) into a single request. Influx
9797

9898
The {{< product-name >}} UI displays a notification message when service quotas or limits are exceeded. The error messages correspond with the relevant [API error responses](#api-error-responses).
9999

100-
Errors can also be viewed in the [Usage page](/influxdb/cloud/account-management/data-usage/) under **Limit Events**, e.g. `event_type_limited_query`, `event_type_limited_write`,`event_type_limited_cardinality`, or `event_type_limited_delete_rate`.
100+
Errors can also be viewed in the [Usage page](/influxdb/cloud/account-management/data-usage/) under **Limit Events**, for example: `event_type_limited_query`, `event_type_limited_write`,`event_type_limited_cardinality`, or `event_type_limited_delete_rate`.
101101

102102
## API error responses
103103

content/influxdb/cloud/admin/organizations/migrate-org.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To replicate the state of an organization:
4040
### Write data with Flux
4141
Perform a query to return all specified data.
4242
Write results directly to a bucket in the new organization with the Flux
43-
[`to()` function](/flux/v0.x/stdlib/influxdata/influxdb/to/).
43+
[`to()` function](/flux/v0/stdlib/influxdata/influxdb/to/).
4444

4545
{{% note %}}
4646
If writes are prevented by rate limiting,

content/influxdb/cloud/reference/cli/influx/transpile/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prepend: |
1313
> [Use InfluxQL to query InfluxDB](/influxdb/cloud/query-data/influxql/).
1414
> For information about manually converting InfluxQL queries to Flux, see:
1515
>
16-
> - [Get started with Flux](/flux/v0.x/get-started/)
16+
> - [Get started with Flux](/flux/v0/get-started/)
1717
> - [Query data with Flux](/influxdb/cloud/query-data/flux/)
1818
> - [Migrate continuous queries to Flux tasks](/influxdb/cloud/upgrade/v1-to-cloud/migrate-cqs/)
1919
source: /shared/influxdb-v2/reference/cli/influx/transpile/_index.md

content/influxdb/cloud/reference/release-notes/cloud-updates.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Now, you can add the following buckets with sample data to your notebooks:
188188

189189
### Add ability to share notebooks
190190

191-
Add ability to [share a notebook](/influxdb/cloud/tools/notebooks/manage-notebooks/#share-a-notebook) in the the InfluxDB Cloud notebook UI.
191+
Add ability to [share a notebook](/influxdb/cloud/tools/notebooks/manage-notebooks/#share-a-notebook) in the InfluxDB Cloud notebook UI.
192192

193193
## October 2021
194194

@@ -209,7 +209,7 @@ Refresh the look and feel of InfluxDB Cloud UI. The updated icons, fonts, and la
209209

210210
### Flux update
211211

212-
Upgrade to [Flux v0.139](/flux/v0.x/release-notes/).
212+
Upgrade to [Flux v0.139](/flux/v0/release-notes/).
213213

214214
### Telegraf configuration UI
215215

@@ -347,7 +347,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ
347347

348348
## Features
349349
- **InfluxDB OSS 2.0 alpha-17**
350-
_See the [alpha-17 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha17) for details._
350+
_See the [alpha-17 release notes](/influxdb/v2/reference/release-notes/influxdb/#v200-alpha17) for details._
351351
- Alerts and Notifications to Slack (Free Plan), PagerDuty and HTTP (Usage-based Plan).
352352
- Rate limiting on cardinality for Free Plan.
353353
- Billing notifications.
@@ -359,7 +359,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ
359359
### Features
360360

361361
- **InfluxDB OSS 2.0 alpha-15**
362-
_See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha15) for details._
362+
_See the [alpha-9 release notes](/influxdb/v2/reference/release-notes/influxdb/#v200-alpha15) for details._
363363
- Usage-based Plan.
364364
- Adjusted Free Plan rate limits.
365365
- Timezone selection in the user interface.
@@ -386,7 +386,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ
386386
### Features
387387

388388
- **InfluxDB OSS 2.0 alpha-9**
389-
_See the [alpha-9 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha9) for details._
389+
_See the [alpha-9 release notes](/influxdb/v2/reference/release-notes/influxdb/#v200-alpha9) for details._
390390

391391
### Bug fixes
392392

@@ -403,7 +403,7 @@ Install and customize any [InfluxDB community template](https://github.com/influ
403403
### Features
404404

405405
- **InfluxDB OSS 2.0 alpha-7**
406-
_See the [alpha-7 release notes](/influxdb/v2%2E0/reference/release-notes/influxdb/#v200-alpha7) for details._
406+
_See the [alpha-7 release notes](/influxdb/v2/reference/release-notes/influxdb/#v200-alpha7) for details._
407407

408408
### Bug fixes
409409

content/influxdb/v1/concepts/schema_and_data_layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ We recommend the following design guidelines for most use cases:
2222

2323
Your queries should guide what data you store in [tags](/influxdb/v1/concepts/glossary/#tag) and what you store in [fields](/influxdb/v1/concepts/glossary/#field) :
2424

25-
- Store commonly queried and grouping ([`group()`](/flux/v0.x/stdlib/universe/group) or [`GROUP BY`](/influxdb/v1/query_language/explore-data/#group-by-tags)) metadata in tags.
25+
- Store commonly queried and grouping ([`group()`](/flux/v0/stdlib/universe/group) or [`GROUP BY`](/influxdb/v1/query_language/explore-data/#group-by-tags)) metadata in tags.
2626
- Store data in fields if each data point contains a different value.
2727
- Store numeric values as fields ([tag values](/influxdb/v1/concepts/glossary/#tag-value) only support string values).
2828

content/influxdb/v1/flux/guides/exists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ customSumProduct = (tables=<-) => tables
8383

8484
#### Check if a statically defined record contains a key
8585

86-
When you use the [record literal syntax](/flux/v0.x/data-types/composite/record/#record-syntax)
86+
When you use the [record literal syntax](/flux/v0/data-types/composite/record/#record-syntax)
8787
to statically define a record, Flux knows the record type and what keys to expect.
8888

8989
- If the key exists in the static record, `exists` returns `true`.

content/influxdb3/cloud-serverless/admin/billing/data-usage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ menu:
99
parent: Manage billing
1010
name: View data usage
1111
related:
12-
- /flux/v0.x/stdlib/experimental/usage/from/
13-
- /flux/v0.x/stdlib/experimental/usage/limits/
12+
- /flux/v0/stdlib/experimental/usage/from/
13+
- /flux/v0/stdlib/experimental/usage/limits/
1414
alt_links:
1515
cloud: /influxdb/cloud/account-management/data-usage/
1616
aliases:

0 commit comments

Comments
 (0)