From 9b438f96473391608ae945044c4f372edde3e567 Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Tue, 1 Jul 2025 10:48:24 -0500 Subject: [PATCH] fix(clustered): non-shared page using a 'version' link --- content/influxdb3/clustered/admin/databases/delete.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/influxdb3/clustered/admin/databases/delete.md b/content/influxdb3/clustered/admin/databases/delete.md index 5cbb4aa7d..6b64122bf 100644 --- a/content/influxdb3/clustered/admin/databases/delete.md +++ b/content/influxdb3/clustered/admin/databases/delete.md @@ -42,7 +42,7 @@ influxctl database delete DATABASE_NAME > > #### Tokens still grant access to databases with the same name > -> [Database tokens](/influxdb3/version/admin/tokens/database/) are associated to +> [Database tokens](/influxdb3/clustered/admin/tokens/database/) are associated to > databases by name. If you create a new database with the same name, tokens > that granted access to the deleted database will also grant access to the new > database.