@@ -182,8 +182,8 @@ abstract class DoCheck {
182182/// }
183183/// ```
184184///
185- /// [docs] : https://webdev.dartlang.org/angular /guide/lifecycle-hooks.html#aftercontent
186- /// [ex] : https://webdev.dartlang.org /examples/lifecycle-hooks#after-content
185+ /// [docs] : https://angulardart.xyz /guide/lifecycle-hooks.html#aftercontent
186+ /// [ex] : https://angulardart.xyz /examples/lifecycle-hooks#after-content
187187abstract class AfterContentInit {
188188 void ngAfterContentInit ();
189189}
@@ -238,8 +238,8 @@ abstract class AfterContentInit {
238238/// }
239239/// ```
240240///
241- /// [docs] : https://webdev.dartlang.org/angular /guide/lifecycle-hooks.html#aftercontent
242- /// [ex] : https://webdev.dartlang.org /examples/lifecycle-hooks#after-content
241+ /// [docs] : https://angulardart.xyz /guide/lifecycle-hooks.html#aftercontent
242+ /// [ex] : https://angulardart.xyz /examples/lifecycle-hooks#after-content
243243abstract class AfterContentChecked {
244244 void ngAfterContentChecked ();
245245}
@@ -291,8 +291,8 @@ abstract class AfterContentChecked {
291291/// }
292292/// ```
293293///
294- /// [docs] : https://webdev.dartlang.org/angular /guide/lifecycle-hooks.html#afterview
295- /// [ex] : https://webdev.dartlang.org /examples/lifecycle-hooks#after-view
294+ /// [docs] : https://angulardart.xyz /guide/lifecycle-hooks.html#afterview
295+ /// [ex] : https://angulardart.xyz /examples/lifecycle-hooks#after-view
296296abstract class AfterViewInit {
297297 void ngAfterViewInit ();
298298}
@@ -344,8 +344,8 @@ abstract class AfterViewInit {
344344/// }
345345/// ```
346346///
347- /// [docs] : https://webdev.dartlang.org/angular /guide/lifecycle-hooks.html#afterview
348- /// [ex] : https://webdev.dartlang.org /examples/lifecycle-hooks#after-view
347+ /// [docs] : https://angulardart.xyz /guide/lifecycle-hooks.html#afterview
348+ /// [ex] : https://angulardart.xyz /examples/lifecycle-hooks#after-view
349349abstract class AfterViewChecked {
350350 void ngAfterViewChecked ();
351351}
0 commit comments