From 42dce7f45d523571af245bbd38967509b03d09f5 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Mon, 21 Sep 2020 14:13:23 +0300 Subject: [PATCH] Update docs/en/UI/Angular/Quick-Start.md --- docs/en/UI/Angular/Quick-Start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/UI/Angular/Quick-Start.md b/docs/en/UI/Angular/Quick-Start.md index 67c6f09aaa..80217aab2e 100644 --- a/docs/en/UI/Angular/Quick-Start.md +++ b/docs/en/UI/Angular/Quick-Start.md @@ -31,7 +31,7 @@ ABP CLI is probably the most convenient and flexible way to initiate an ABP solu abp new MyCompanyName.MyProjectName -csf -u angular ``` -> To see further options in the CLI, please visit the [CLI manual](/CLI.md). +> To see further options in the CLI, please visit the [CLI manual](../../CLI.md). This command will prepare a solution with an Angular and a .NET Core project in it. Please visit [Getting Started section](/Getting-Started.md?UI=NG&DB=EF&Tiered=No#abp-cli-commands-options) for further instructions on how to set up the backend of your solution.