From 62545e9be61b105ee30ff90c71ae998ebc429892 Mon Sep 17 00:00:00 2001 From: Laurent Charignon Date: Fri, 4 Jan 2019 20:34:18 -0800 Subject: [PATCH] Fix broken link to closure cheat sheet The owner of http://www.closurecheatsheet.com/ lost the domain. This commit replaces the now defunkt link to http://www.closurecheatsheet.com/ by a link to the repo containing the content of the cheat sheet. I also opened an issue on the cheat sheet repo to get a new site up https://github.com/kuzmisin/closurecheatsheet/issues/12. --- content/reference/google-closure-library.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/reference/google-closure-library.adoc b/content/reference/google-closure-library.adoc index 58baa4b8..eae7707b 100644 --- a/content/reference/google-closure-library.adoc +++ b/content/reference/google-closure-library.adoc @@ -18,7 +18,7 @@ rich-text editing, and UI widgets/controls. * http://google.github.io/closure-library/api/[Google Closure Library API Reference] -* http://www.closurecheatsheet.com/[Closure Cheatsheet] - abridged API +* https://github.com/kuzmisin/closurecheatsheet[Closure Cheatsheet] - abridged API with usage examples [[try-the-wrapper-libraries-first]]