From db0038187ac91513d7ef9cd6bb29cd1a16213108 Mon Sep 17 00:00:00 2001 From: Charlotte Tan Date: Wed, 16 Oct 2019 06:47:46 -0700 Subject: [PATCH] fix: ng-newsletter angular tutorial link (#3415) current ng-newsletter link results in a 500 page. found an alternate link, but I suspect it is temporary until the newsletter fixes their 500, so we may not want to update the link. either way, this PR addresses #3400 --- free-programming-books.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/free-programming-books.md b/free-programming-books.md index 896b80eb..dea47cbe 100644 --- a/free-programming-books.md +++ b/free-programming-books.md @@ -1549,7 +1549,7 @@ Kerridge (PDF) (email address *requested*, not required) #### Angular.js -* [Angular for the jQuery developer](http://www.ng-newsletter.com/posts/angular-for-the-jquery-developer.html) +* [Angular for the jQuery developer](http://www.ng-newsletter.com.s3-website-us-east-1.amazonaws.com/posts/angular-for-the-jquery-developer.html) * [Angular.js Guide](https://docs.angularjs.org/guide/) * [Angular.js Material Designing](https://material.angularjs.org/latest/) * [Angular.js Tutorial](https://docs.angularjs.org/tutorial) -- GitLab