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.