Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Remove Obj-C targets from Getting Started page #324

Merged
merged 1 commit into from
Sep 6, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion basics/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down