From d32d07287bf8b06039f5cd431891b60fbd219ca1 Mon Sep 17 00:00:00 2001 From: Scott Brown <71395931+xscottxbrownx@users.noreply.github.com> Date: Mon, 3 Feb 2025 23:53:01 -0800 Subject: [PATCH] fix: Updated documentation link for custom ticket name formats (#2) --- frontend/src/components/manage/PanelCreationForm.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/manage/PanelCreationForm.svelte b/frontend/src/components/manage/PanelCreationForm.svelte index cbae9b1..81785a7 100644 --- a/frontend/src/components/manage/PanelCreationForm.svelte +++ b/frontend/src/components/manage/PanelCreationForm.svelte @@ -58,7 +58,7 @@ bind:value={data.naming_scheme} placeholder="ticket-%id%" tooltipText="Click here for the full placeholder list" - tooltipLink="https://docs.ticketsbot.cloud" /> + tooltipLink="https://docs.ticketsbot.cloud/dashboard/settings/placeholders#custom-naming-scheme-placeholders" /> {/if}