aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJihoon Kang <jihoonkang@google.com>2022-08-17 20:38:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2022-08-17 20:38:19 +0000
commit6e294b496ede2d9f1a53b215fa84970884c99cc9 (patch)
tree2f6d5113f191067826670c27f2c852ffc7d55441 /README.md
parent406015b2dae39cf35925601cd1545c76dbaf56c9 (diff)
parent03a9dfc44e3274a63a550098ea33de846485d952 (diff)
downloadsoong-6e294b496ede2d9f1a53b215fa84970884c99cc9.tar.gz
Merge "Update link to Bazel's documentation in README."
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1ab58afed..87d6948da 100644
--- a/README.md
+++ b/README.md
@@ -13,8 +13,7 @@ on source.android.com to read how Soong is configured for testing.
By design, Android.bp files are very simple. There are no conditionals or
control flow statements - any complexity is handled in build logic written in
Go. The syntax and semantics of Android.bp files are intentionally similar
-to [Bazel BUILD files](https://www.bazel.io/versions/master/docs/be/overview.html)
-when possible.
+to [Bazel BUILD files](https://bazel.build/concepts/build-files) when possible.
### Modules