Update tooltips after doc structure was changed (#1917)

This commit is contained in:
Henri Courdent
2023-07-20 19:18:34 +02:00
committed by GitHub
parent a634df750f
commit ff7e7d73ea
2 changed files with 3 additions and 3 deletions

View File

@@ -251,9 +251,9 @@
/>
<div class="ml-2">
<Tooltip
documentationLink="https://www.windmill.dev/docs/reference/#script-parameters-to-json-schema"
documentationLink="https://www.windmill.dev/docs/core_concepts/json_schema_and_parsing#script-parameters-to-json-schema"
>
Arguments can be edited either using the wizard, or by editing their JSON Schema
Arguments can be edited either using the wizard, or by editing their JSON Schema.
</Tooltip>
</div>
</div>

View File

@@ -436,7 +436,7 @@
{#if !isCloudHosted()}
<h2 class="border-b pb-1 mt-10 mb-4"
>Custom env variables<Tooltip
documentationLink="https://www.windmill.dev/docs/reference#custom-environment-variables"
documentationLink="https://www.windmill.dev/docs/script_editor/custom_environment_variables"
>Additional static custom env variables to pass to the script.</Tooltip
></h2
>