aboutsummaryrefslogtreecommitdiffhomepage
path: root/site/docs/bazel-overview.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/docs/bazel-overview.md')
-rw-r--r--site/docs/bazel-overview.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/bazel-overview.md b/site/docs/bazel-overview.md
index 2d4f63af71..dfd2f2b453 100644
--- a/site/docs/bazel-overview.md
+++ b/site/docs/bazel-overview.md
@@ -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.