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 c29e15b95..bd9d79a07 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)