Correcting 4 documentation links (#1711)

This commit is contained in:
Henri Courdent
2023-06-12 18:06:55 +02:00
committed by GitHub
parent 7a0966a402
commit 01dcec477d
4 changed files with 5 additions and 5 deletions

View File

@@ -543,7 +543,7 @@
title="Debug Runs"
on:close={() => ($jobsDrawerOpen = false)}
tooltip="Look at latests runs to spot potential bugs."
documentationLink="https://docs.windmill.dev/docs/apps/app_toolbar#debug-runs"
documentationLink="https://docs.windmill.dev/docs/apps/app_debugging"
>
<Splitpanes class="!overflow-visible">
<Pane size={25}>

View File

@@ -213,9 +213,9 @@
<div class="mb-1 text-sm font-semibold">
Frontend
<Tooltip
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable#frontend-script"
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#frontend-scripts"
>
Frontend scripts are executed in the browser and can manipulate the app context directly
Frontend scripts are executed in the browser and can manipulate the app context directly.
</Tooltip>
</div>

View File

@@ -159,7 +159,7 @@
Background runnables
<Tooltip
class="mb-0.5"
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable#background-runnable"
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#background-runnables"
>
Background runnables can be triggered on app refresh or when their input changes. The
result can be shared among many components.

View File

@@ -22,7 +22,7 @@
<PanelSection
title="Trigger Runnable"
tooltip="Select components to recompute after running this runnable as a success"
documentationLink="https://docs.windmill.dev/docs/apps/app_settings#recompute-others"
documentationLink="https://docs.windmill.dev/docs/apps/app-runnable-panel#recompute-others"
>
{#if Object.keys($runnableComponents ?? {}).filter((id) => id !== ownId).length > 0}
<table class="divide-y divide-gray-300 border w-full">