aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josharian@gmail.com>2018-11-26 09:00:16 -0800
committeralandonovan <adonovan@google.com>2018-11-26 12:00:16 -0500
commit1f1e49e0573f2a0ebb69e8731731e5c83867229e (patch)
tree6aea3adaaaf19a8b7c4fc66c01d813527bf638d7 /README.md
parent107fc20ba0ecfb47091eab6b98d9bb913f4e8fca (diff)
downloadstarlark-go-1f1e49e0573f2a0ebb69e8731731e5c83867229e.tar.gz
README: add link to Bazel issues for language changes (#27)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index c101ddc..fd70980 100644
--- a/README.md
+++ b/README.md
@@ -105,8 +105,8 @@ avoid duplication of effort.
Despite some differences, the Go implementation of Starlark strives to
match the behavior of the Java implementation used by Bazel.
For that reason, proposals to change the language itself should
-generally be directed to the Bazel team, not to the maintainers of
-this project.
+generally be directed to [the Bazel team](https://github.com/bazelbuild/bazel/issues),
+not to the maintainers of this project.
Only once there is consensus that a language change is desirable may
its Go implementation proceed.