From 2dfa0107635143c0b2f54bf8b4a2ac2aaa88dbbf Mon Sep 17 00:00:00 2001 From: iron <472263356@qq.com> Date: Tue, 18 May 2021 14:20:48 +0800 Subject: [PATCH] docs: update bazel migration doc link (#42142) PR Close #42142 --- aio/content/guide/deprecations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/deprecations.md b/aio/content/guide/deprecations.md index f7578ad0b1..c7e41ca570 100644 --- a/aio/content/guide/deprecations.md +++ b/aio/content/guide/deprecations.md @@ -150,7 +150,7 @@ This section lists all of the currently-deprecated features, which includes temp ### Bazel builder and schematics Bazel builder and schematics were introduced in Angular Labs to let users try out Bazel without having to manage Bazel version and BUILD files. -This feature has been deprecated. For more information, please refer to the [migration doc](https://github.com/angular/angular/blob/master/packages/bazel/src/schematics/README.md). +This feature has been deprecated. For more information, please refer to the [migration doc](https://github.com/angular/angular/blob/master/packages/bazel/docs/BAZEL_SCHEMATICS.md). {@a wtf} ### Web Tracing Framework integration