From 0605019c06920908b2ee617698164df547d1013a Mon Sep 17 00:00:00 2001 From: Aristeidis Bampakos Date: Sun, 18 Sep 2016 00:57:21 +0300 Subject: [PATCH] docs(news): Fix RC7 announcement link (#2363) Fix RC7 announcement link --- public/news.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/news.jade b/public/news.jade index 2cda4af6b4..0541debdf0 100644 --- a/public/news.jade +++ b/public/news.jade @@ -23,7 +23,7 @@ .title a( target="_blank" - href="http://angularjs.blogspot.com/2016/08/angular-2-rc5-ngmodules-lazy-loading.html" + href="http://angularjs.blogspot.com/2016/09/rc7-now-available.html" ) RC7 Now Available p Today we’re happy to announce that we are shipping Angular 2.0.0-rc.7. This small release is focused on bugfixes. What's fixed? Lazy loading, RxJS, IDE Docs Integration... .author