diff --git a/web/src/admin/flows/FlowImportForm.ts b/web/src/admin/flows/FlowImportForm.ts index a672ed98bc..7e0eaec493 100644 --- a/web/src/admin/flows/FlowImportForm.ts +++ b/web/src/admin/flows/FlowImportForm.ts @@ -3,6 +3,7 @@ import "#elements/events/LogViewer"; import "#elements/forms/HorizontalFormElement"; import { DEFAULT_CONFIG } from "#common/api/config"; +import { docLink } from "#common/global"; import { SentryIgnoredError } from "#common/sentry/index"; import { Form } from "#elements/forms/Form"; @@ -68,9 +69,16 @@ export class FlowImportForm extends Form { return html`

- ${msg( - ".yaml files, which can be found on goauthentik.io and can be exported by authentik.", - )} + ${msg(".yaml files, which can be found in the Example Flows documentation")} +

+

+ ${msg("See more here:")}  + ${msg("Documentation")}

${this.result ? this.renderResult() : nothing}`;