From bb1fc94dfd7532fd267aed2cc89f475c65c83629 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 10 Oct 2025 15:10:39 -0500 Subject: [PATCH] fix(influxdb3): link fragments --- content/shared/influxdb3-admin/databases/list.md | 2 +- content/shared/influxdb3-internals/data-retention.md | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/shared/influxdb3-admin/databases/list.md b/content/shared/influxdb3-admin/databases/list.md index 871bd406e..4592c7fae 100644 --- a/content/shared/influxdb3-admin/databases/list.md +++ b/content/shared/influxdb3-admin/databases/list.md @@ -11,7 +11,7 @@ the [`/api/v3/configure/database`](/influxdb3/version/api/v3/) HTTP API endpoint Provide the following: - _(Optional)_ [Output format](#output-formats) with the `--format` option - - _(Optional)_ [Show deleted databases](list-deleted-databasese) with the + - _(Optional)_ [Show deleted databases](list-deleted-databases) with the `--show-deleted` option - {{< product-name >}} {{% token-link "admin" "admin" %}} with the `-t`, `--token` option diff --git a/content/shared/influxdb3-internals/data-retention.md b/content/shared/influxdb3-internals/data-retention.md index 65a8e8770..5b5aa99dd 100644 --- a/content/shared/influxdb3-internals/data-retention.md +++ b/content/shared/influxdb3-internals/data-retention.md @@ -8,12 +8,11 @@ are filtered out of query results, even though the data may still exist in stora - [Table retention period](#table-retention-period) {{% /show-in %}} - [Retention period duration formats](#retention-period-duration-formats) -{{% show-in "core" %}} - [Set database retention period](#set-database-retention-period) +{{% show-in "core" %}} - [Retention period limitations](#retention-period-limitations) {{% /show-in %}} {{% show-in "enterprise" %}} -- [Set retention periods](#set-retention-periods) - [Update retention periods](#update-retention-periods) - [Retention period precedence](#retention-period-precedence) - [When does data actually get deleted?](#when-does-data-actually-get-deleted)