From 120af4326d094c391256fc029ef6963cc0d23e95 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Tue, 20 Jun 2017 18:10:42 -0600
Subject: [PATCH] Point to AngularJS 1.x instead of Angular 2.x

---
 docs/basics/skills.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/basics/skills.md b/docs/basics/skills.md
index c9e3f26f..c3c9a81a 100644
--- a/docs/basics/skills.md
+++ b/docs/basics/skills.md
@@ -49,9 +49,9 @@ accomplishing a particular development goal, certainly vary.
 -   **jQuery** - a javascript library that makes manipulating elements on a web
     page easy
     -   [jQuery documentation](http://api.jquery.com/)
--   **angularJS** - a front-end javascript/html library providing a client-side framework
+-   **AngularJS** - a front-end javascript/html library providing a client-side framework
     for creating one-page MVC (model-view-controller) and MVVM (model-view-viewmodel) apps
-    -   [angularJS documentation](https://angular.io/docs/ts/latest/)
+    -   [angularJS documentation](https://docs.angularjs.org/)
 -   **HTML** - the markup used so transmit page content to a web browser.
     -   [HTML tutorial](http://www.w3schools.com/html/default.asp)
 -   **Smarty** - a "template engine" which allows developers to write an HTML
-- 
GitLab