Skip to content

Commit df897f0

Browse files
committed
docs: update Ivy NGCC link
1 parent 3e6a102 commit df897f0

File tree

1 file changed

+1
-1
lines changed
  • packages/angular_devkit/build_angular/src/server

1 file changed

+1
-1
lines changed

packages/angular_devkit/build_angular/src/server/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function execute(
7676
context.logger.warn(tags.stripIndent`
7777
Warning: Turning off 'bundleDependencies' with Ivy may result in undefined behaviour
7878
unless 'node_modules' are transformed using the standalone Angular compatibility compiler (NGCC).
79-
See: http://v9.angular.io/guide/ivy#ivy-and-universal-app-shell
79+
See: https://angular.io/guide/ivy#ivy-and-universal-app-shell
8080
`);
8181
}
8282
}

0 commit comments

Comments
 (0)