From dd0e00690dca78ae600470f8c62ac2b48088b891 Mon Sep 17 00:00:00 2001 From: Arman Ozak Date: Mon, 21 Sep 2020 14:15:34 +0300 Subject: [PATCH] docs: add missing link parantheses --- 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 dc823f8a7b..d3abfac66c 100644 --- a/docs/en/UI/Angular/Quick-Start.md +++ b/docs/en/UI/Angular/Quick-Start.md @@ -196,7 +196,7 @@ Of course, you need your application to run on an optimized web server and becom In addition, you can [deploy your application to certain targets using the Angular CLI](https://angular.io/guide/deployment#automatic-deployment-with-the-cli). Here are some deploy targets: - [Azure](https://github.com/Azure/ng-deploy-azure#readme) -- [Firebase](https://github.com/angular/angularfire#readme +- [Firebase](https://github.com/angular/angularfire#readme) - [Netlify](https://github.com/ngx-builders/netlify-builder#readme) - [Vercel](https://github.com/vercel/ng-deploy-vercel#readme) - [GitHub Pages](https://github.com/angular-schule/angular-cli-ghpages/#readme)