aboutsummaryrefslogtreecommitdiffstats
path: root/docs/content/misc/faq.ngdoc
diff options
context:
space:
mode:
authorDiego Algorta2014-03-20 13:17:02 -0600
committerlefos9872014-03-23 20:39:40 +0000
commit8339c2ebffd513a22578ee549b0ecf08c2ff6eb8 (patch)
tree7c172714637adc18dae345daa58d7df2ba699034 /docs/content/misc/faq.ngdoc
parent34a10c6ace32526505cdc8a59a1e9096bf87c0a1 (diff)
downloadangular.js-8339c2ebffd513a22578ee549b0ecf08c2ff6eb8.tar.bz2
docs(faq): fix link to Closure Library
The previous link throws a 404.
Diffstat (limited to 'docs/content/misc/faq.ngdoc')
-rw-r--r--docs/content/misc/faq.ngdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/misc/faq.ngdoc b/docs/content/misc/faq.ngdoc
index 157f2eac..1da9af06 100644
--- a/docs/content/misc/faq.ngdoc
+++ b/docs/content/misc/faq.ngdoc
@@ -72,7 +72,7 @@ The size of the file is < 36KB compressed and minified.
### Can I use the open-source Closure Library with Angular?
-Yes, you can use widgets from the [Closure Library](http://code.google.com/closure/library)
+Yes, you can use widgets from the [Closure Library](https://developers.google.com/closure/library/)
in Angular.
### Does Angular use the jQuery library?