Fix broken links in migration/wsc55/dialogs.md
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 31 Oct 2022 09:59:57 +0000 (10:59 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 31 Oct 2022 09:59:57 +0000 (10:59 +0100)
docs/migration/wsc55/dialogs.md

index 27d87be7e338009e4c5f5ea46ecdb272a2671693..980672d8bc29a9e03f1c51cfb80f8bb05f967632 100644 (file)
@@ -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)`