From 1a598bf75ee400b0b3ea7f960afeb8678cd4e4a4 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Fri, 2 Jul 2021 16:34:22 +0200 Subject: [PATCH] Docs: Improve title and documentation for share shortened link in Explore (#36380) (#36392) * Improve title and documentation for share shortened link in Explore * Update docs/sources/explore/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> (cherry picked from commit 09e49f61189d1651626499fd4bb4a569bd0a80bb) Co-authored-by: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> --- docs/sources/explore/_index.md | 2 +- public/app/features/explore/ExploreToolbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/explore/_index.md b/docs/sources/explore/_index.md index 703b4785277..317bfbe48d5 100644 --- a/docs/sources/explore/_index.md +++ b/docs/sources/explore/_index.md @@ -63,4 +63,4 @@ After you've navigated to Explore, you should notice a "Back" button in the Expl > **Note:** Available in Grafana 7.3 and later versions. -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, click the **Share** option in Explore toolbar. Any shortened links that are never used will be automatically deleted after 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 that is never used will automatically get deleted after seven (7) days. diff --git a/public/app/features/explore/ExploreToolbar.tsx b/public/app/features/explore/ExploreToolbar.tsx index 72503cd8276..1e5cb2f179d 100644 --- a/public/app/features/explore/ExploreToolbar.tsx +++ b/public/app/features/explore/ExploreToolbar.tsx @@ -177,7 +177,7 @@ export class UnConnectedExploreToolbar extends PureComponent { ) : null} - + createAndCopyShortLink(window.location.href)} />