From 309e977e71268721f9c3b828feeb971568bd35b2 Mon Sep 17 00:00:00 2001 From: Mehmet Erim <34455572+mehmet-erim@users.noreply.github.com> Date: Mon, 21 Sep 2020 14:13:39 +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 80217aab2e..dc823f8a7b 100644 --- a/docs/en/UI/Angular/Quick-Start.md +++ b/docs/en/UI/Angular/Quick-Start.md @@ -25,7 +25,7 @@ You have multiple options to initiate a new Angular project that works with ABP: ### 1. Using ABP CLI -ABP CLI is probably the most convenient and flexible way to initiate an ABP solution with an Angular frontend. Simply [install the ABP CLI](/CLI.md) and run the following command in your terminal: +ABP CLI is probably the most convenient and flexible way to initiate an ABP solution with an Angular frontend. Simply [install the ABP CLI](../../CLI.md) and run the following command in your terminal: ```shell abp new MyCompanyName.MyProjectName -csf -u angular