From e5073f66ae5e3bd6b61a1927d4e126fb6cd45816 Mon Sep 17 00:00:00 2001 From: aizelagustino <44624963+aizelagustino@users.noreply.github.com> Date: Wed, 31 Oct 2018 16:13:16 -0700 Subject: [PATCH] Added link for AngularJS.org (#33016) --- guide/english/angularjs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/angularjs/index.md b/guide/english/angularjs/index.md index 135f944673..9f75c6ec67 100644 --- a/guide/english/angularjs/index.md +++ b/guide/english/angularjs/index.md @@ -3,7 +3,7 @@ title: AngularJS --- ## AngularJS -AngularJS (versions 1.x) is an open source front-end JavaScript framework. AngularJS extends HTML to develop rich and powerful front-ends. +[AngularJS](https://angularjs.org/) is an open source front-end JavaScript framework. AngularJS extends HTML to develop rich and powerful front-ends. It reduces the repetitive use of HTML code. This repetition can be avoided by using the directives provided by AngularJS which saves much time and effort.