From e3189f97ffab0daa49bb0da22d5588c0d226da47 Mon Sep 17 00:00:00 2001 From: Brian Michalski Date: Fri, 25 Oct 2019 13:43:23 -0400 Subject: [PATCH] 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 --- aio/content/guide/bazel.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/bazel.md b/aio/content/guide/bazel.md index ad7ee05a03..1284a6c5f1 100644 --- a/aio/content/guide/bazel.md +++ b/aio/content/guide/bazel.md @@ -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.