Skip to content

Commit

Permalink
Fix doc broken link
Browse files Browse the repository at this point in the history
It fixes issue bazelbuild#4104 and few on the readme file.

Closes bazelbuild#4131.

PiperOrigin-RevId: 177053228
  • Loading branch information
Umesh Yadav authored and Copybara-Service committed Nov 27, 2017
1 parent b62bc20 commit e35047e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ Build and test software of any size, quickly and reliably.

- [Build C++](https://docs.bazel.build/tutorial/cpp.html)
- [Build Java](https://docs.bazel.build/tutorial/java.html)
- [Android and iOS](https://docs.bazel.build/tutorial/app.html)
- [Android](https://docs.bazel.build/tutorial/android-app.html)
- [iOS](https://docs.bazel.build/tutorial/ios-app.html)

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion site/docs/bazel-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To build or test a project with Bazel, you typically do the following:

1. **Set up Bazel.** Download and [install Bazel](https://docs.bazel.build/versions/master/install.html).

2. **Set up a project [workspace](https://docs.bazel.build/versions/master/tutorial/workspace.html)**,
2. **Set up a project [workspace](https://docs.bazel.build/versions/master/build-ref.html#workspaces)**,
which is a directory where Bazel looks for build inputs and `BUILD` files,
and where it stores build outputs.

Expand Down

0 comments on commit e35047e

Please sign in to comment.