aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralandonovan <adonovan@google.com>2018-11-03 10:33:36 -0400
committerGitHub <noreply@github.com>2018-11-03 10:33:36 -0400
commit8474648b1aabb3712d0f2d2100a46c9974600188 (patch)
tree0085b19020364c197a03b0afd0801ae8621fd1f5 /README.md
parent7c0e5a380164c474bd2625f8fc2d402d1ab9439d (diff)
downloadstarlark-go-8474648b1aabb3712d0f2d2100a46c9974600188.tar.gz
Fix Bazel URL broken during renaming
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 56fbf4a..12c0c3b 100644
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@ For example, Starlark was originally developed for the
Bazel uses Starlark as the notation both for its BUILD files (like
Makefiles, these declare the executables, libraries, and tests in a
directory) and for [its macro
-language](https://docs.bazel.build/versions/master/starlark/language.html),
+language](https://docs.bazel.build/versions/master/skylark/language.html),
through which Bazel is extended with custom logic to support new
languages and compilers.