Skip to content

Commit 946f9c2

Browse files
AndrewKushniralxhub
authored andcommitted
refactor(core): drop next prefix from hydration guide link (#50214)
This commit updates the content of the console log to drop the `next.` prefix from hydration guide link. PR Close #50214
1 parent 2ef473c commit 946f9c2

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/hydration

1 file changed

+1
-1
lines changed

packages/core/src/hydration/api.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ function printHydrationStats(injector: Injector) {
7878
`and ${ngDevMode!.hydratedNodes} node(s), ` +
7979
`${ngDevMode!.componentsSkippedHydration} component(s) were skipped. ` +
8080
`Note: this feature is in Developer Preview mode. ` +
81-
`Learn more at https://next.angular.io/guide/hydration.`;
81+
`Learn more at https://angular.io/guide/hydration.`;
8282
// tslint:disable-next-line:no-console
8383
console.log(message);
8484
}

0 commit comments

Comments
 (0)