aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-04-18 18:56:38 +0200
committerGravatar Klaus Aehlig <aehlig@google.com>2017-04-19 10:47:11 +0200
commit5b286da29320308b9d02d4066abdf34c070ae64c (patch)
tree39023375a3a0c5bf8774c364f6953099606ba55e /site
parent9484d958ecc94b35182f92e5be31e7a1270b861b (diff)
Edit to match description of 'workspace' in the Java tutorial.
PiperOrigin-RevId: 153474001
Diffstat (limited to 'site')
-rw-r--r--site/versions/master/docs/tutorial/workspace.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/site/versions/master/docs/tutorial/workspace.md b/site/versions/master/docs/tutorial/workspace.md
index 246ab4b667..eee1b1a350 100644
--- a/site/versions/master/docs/tutorial/workspace.md
+++ b/site/versions/master/docs/tutorial/workspace.md
@@ -8,8 +8,8 @@ title: Tutorial - Set Up a Workspace
A [workspace](/docs/build-ref.html#workspaces) is a directory that contains the
source files for one or more software projects, as well as a `WORKSPACE` file
and `BUILD` files that contain the instructions that Bazel uses to build
-the software. It also contains symbolic links to output directories in the
-Bazel home directory.
+the software. The workspace may also contain symbolic links to output
+directories.
A workspace directory can be located anywhere on your filesystem. In this
tutorial, your workspace directory is `$HOME/examples/tutorial/`, which