From 9fd798257995a36265e6a0921b39bdbf0dffeffc Mon Sep 17 00:00:00 2001 From: Tetsuo Kiso Date: Mon, 6 Sep 2021 22:56:11 +0900 Subject: [PATCH] Remove Obj-C targets from Getting Started page (#324) The Obj-C targets were removed in bazelbuild/bazel@32246b2b60. --- basics/getting_started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basics/getting_started.md b/basics/getting_started.md index b59f9e2b3e..92462a2aad 100644 --- a/basics/getting_started.md +++ b/basics/getting_started.md @@ -78,7 +78,7 @@ The resulting binary can be found at `bazel-bin/src/bazel`. This is the recommended way of rebuilding Bazel once you have bootstrapped it. In addition to the Bazel binary, you might want to build the various tools Bazel -uses. They are located in `//src/java_tools/...`, `//src/objc_tools/...` and +uses. They are located in `//src/java_tools/...` and `//src/tools/...` and their directories contain README files describing their respective utility.