From ecb5a76435eadc7e4e8b4b222039ae40c95b321b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim=20D=C3=BCsterhus?= Date: Mon, 31 Oct 2022 10:59:57 +0100 Subject: [PATCH] Fix broken links in migration/wsc55/dialogs.md --- docs/migration/wsc55/dialogs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/wsc55/dialogs.md b/docs/migration/wsc55/dialogs.md index 27d87be7..980672d8 100644 --- a/docs/migration/wsc55/dialogs.md +++ b/docs/migration/wsc55/dialogs.md @@ -41,9 +41,9 @@ The `_dialogSetup()` method was complex, offered subpar auto completition suppor ### `source` -The source of a dialog is provided directly through the fluent API of [`dialogFactory()`](components_dialog.md) which provides methods to spawn dialogs using elements, HTML strings or completely empty. +The source of a dialog is provided directly through the fluent API of [`dialogFactory()`](../../javascript/components_dialog.md) which provides methods to spawn dialogs using elements, HTML strings or completely empty. -The major change is the removal of the AJAX support as the content source, you should use [`dboAction()`](new-api_ajax.md) instead and then create the dialog. +The major change is the removal of the AJAX support as the content source, you should use [`dboAction()`](../../javascript/new-api_ajax.md) instead and then create the dialog. ### `options.onSetup(content: HTMLElement)` -- 2.20.1