From 5af7b451d0d5284586921d759d721235ce85f28a Mon Sep 17 00:00:00 2001 From: Giordano Ricci Date: Thu, 30 Nov 2023 18:54:56 +0000 Subject: [PATCH] docs: Reword shortened link expiration explainer (#78922) docs: reword shortened link expiration explainer --- docs/sources/explore/_index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/sources/explore/_index.md b/docs/sources/explore/_index.md index 2b9881a8eef..4ba5d382df6 100644 --- a/docs/sources/explore/_index.md +++ b/docs/sources/explore/_index.md @@ -133,4 +133,6 @@ The `from` and `to` also accept relative ranges defined in [Time units and relat Available in Grafana 7.3 and later versions. {{% /admonition %}} -The Share shortened link capability allows you to create smaller and simpler URLs of the format /goto/:uid instead of using longer URLs with query parameters. To create a shortened link to the executed query, click the **Share** option in the Explore toolbar. A shortened link that is never used will automatically get deleted after seven (7) days. +The Share shortened link capability allows you to create smaller and simpler URLs of the format /goto/:uid instead of using longer URLs with query parameters. To create a shortened link to the executed query, click the **Share** option in the Explore toolbar. + +A shortened link will automatically get deleted after seven (7) days from its creation if it's never used. If a link is used at least once, it won't ever get deleted.