From c81712dbf3ac3d0f0fc0cf1aac90fc2e6f8f48da Mon Sep 17 00:00:00 2001 From: Kevin Pearce <42847716+kevinpearce@users.noreply.github.com> Date: Sat, 19 Nov 2022 17:22:29 +0000 Subject: [PATCH] fix: update angular material link (#9212) - angular 'guide' has been replaced with a collection of guides - link updated to suit --- books/free-programming-books-langs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/books/free-programming-books-langs.md b/books/free-programming-books-langs.md index 44da3a0e8..e25fa871f 100644 --- a/books/free-programming-books-langs.md +++ b/books/free-programming-books-langs.md @@ -2526,7 +2526,7 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE * [Angular 2 Style Guide](https://github.com/johnpapa/angular-styleguide/blob/master/a2/README.md) - John Papa (HTML) * [Angular 2+ Notes for Professionals](https://goalkicker.com/Angular2Book/) - Compiled from StackOverflow documentation ([PDF](https://goalkicker.com/Angular2Book/Angular2NotesForProfessionals.pdf)) * [Angular Docs](https://angular.io/docs) (HTML) -* [Angular Material](https://material.angular.io/guide) (HTML) +* [Angular Material](https://material.angular.io/guides) (HTML) * [Angular Tutorial](https://angular.io/tutorial) (HTML) * [Build a Full-Stack Web Application Using Angular & Firebase](https://www.c-sharpcorner.com/ebooks/build-a-full-stack-web-application-using-angular-and-firebase) - Ankit Sharma (PDF, [:package: code samples](https://github.com/AnkitSharma-007/blogging-app-with-Angular-CloudFirestore))