docs: Update link to angular + bazel example app (#33409)

http://github.com/angular/angular-bazel-example has been moved to rules_nodejs monorepo.
PR Close #33409
This commit is contained in:
Brian Michalski 2019-10-25 13:43:23 -04:00 committed by atscott
parent 4ff43e1324
commit e3189f97ff
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ Now you'll find new files in the Angular workspace:
* `/WORKSPACE` tells Bazel how to download external dependencies.
* `/BUILD.bazel` and `/src/BUILD.bazel` tell Bazel about your source code.
You can find a full-featured example with custom Bazel configurations at http://github.com/angular/angular-bazel-example.
You can find a full-featured example with custom Bazel configurations at https://github.com/bazelbuild/rules_nodejs/tree/master/examples/angular.
Documentation for using Bazel for frontend projects is linked from https://docs.bazel.build/versions/master/bazel-and-javascript.html.