Add real docs link

This commit is contained in:
Andrew Kingston 2025-03-25 13:45:29 +00:00
parent 1b04f0417f
commit 7466a4719c
No known key found for this signature in database
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@
<div class="subtitle">
<Body>
Inject analytics, scripts or stylesheets into your app<br />
<Link href="#">Learn more about script injection in the docs</Link>
<Link href="https://docs.budibase.com/docs/app-scripts" target="_blank">
Learn more about script injection in the docs
</Link>
</Body>
{#if !selectedScript && enabled}
<Button cta on:click={addScript}>Add script</Button>