From cdb5ea42003f2b961080054cb397d1156726f18f Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 24 May 2019 08:08:45 +0200 Subject: [PATCH] docs: update link to static queries in changelog (#30649) PR Close #30649 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d5e7b11c..c018d4cfce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,7 +32,7 @@ queries have a 'static' flag specifying whether the query is 'static' or 'dynamic'. The compiler previously sorted queries automatically, but in 8.0 developers are required to explicitly specify which behavior is wanted. This is a temporary requirement as part of a migration; see -https://angular.io/guide/static-query-migration for more details. +https://v8.angular.io/guide/static-query-migration for more details. @ViewChildren and @ContentChildren queries are always dynamic, and so are unaffected.