From d527f71872a70e8550abfb2ab3be18307925ddfc Mon Sep 17 00:00:00 2001 From: vyfor Date: Fri, 20 Dec 2024 18:55:49 +0500 Subject: [PATCH] docs: update migration guide --- wiki/MIGRATION.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/wiki/MIGRATION.md b/wiki/MIGRATION.md index 7ede5a58..9ce2970c 100644 --- a/wiki/MIGRATION.md +++ b/wiki/MIGRATION.md @@ -123,4 +123,6 @@ assets = { ['Cargo.toml'] = { text = 'Managing dependencies' -- As opposed to 'Editing Cargo.toml' } -}``` \ No newline at end of file +}``` + +More information can be found in the [Configuration Guide](CONFIGURATION.md). \ No newline at end of file