Add real docs link
This commit is contained in:
parent
1b04f0417f
commit
7466a4719c
|
@ -102,7 +102,9 @@
|
||||||
<div class="subtitle">
|
<div class="subtitle">
|
||||||
<Body>
|
<Body>
|
||||||
Inject analytics, scripts or stylesheets into your app<br />
|
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>
|
</Body>
|
||||||
{#if !selectedScript && enabled}
|
{#if !selectedScript && enabled}
|
||||||
<Button cta on:click={addScript}>Add script</Button>
|
<Button cta on:click={addScript}>Add script</Button>
|
||||||
|
|
Loading…
Reference in New Issue