From 8070bd354cddd4c4508d4844b1fe364f53133a13 Mon Sep 17 00:00:00 2001 From: Salih Date: Sat, 22 Oct 2022 16:38:55 +0300 Subject: [PATCH] Update CLI.md --- docs/en/CLI.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/CLI.md b/docs/en/CLI.md index 7a5e59a62a..fab0b6d743 100644 --- a/docs/en/CLI.md +++ b/docs/en/CLI.md @@ -144,7 +144,7 @@ For more samples, go to [ABP CLI Create Solution Samples](CLI-New-Command-Sample * `ef`: Entity Framework Core. * `mongodb`: MongoDB. * `--theme`: Specifes the theme. Default theme is `leptonx-lite`. Available themes: - * `leptonx-lite`: [LeptonX Lite Theme](/Themes/LeptonXLite/mvc.md). + * `leptonx-lite`: [LeptonX Lite Theme](/Themes/LeptonXLite/AspNetCore.md). * `basic`: [Basic Theme](/UI/AspNetCore/Basic-Theme.md). * **`maui`**: .NET MAUI. A minimalist .NET MAUI application will be created if you specify this option. * `--output-folder` or `-o`: Specifies the output folder. Default value is the current directory.