aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoralandonovan <adonovan@google.com>2018-11-05 17:45:33 -0500
committerGitHub <noreply@github.com>2018-11-05 17:45:33 -0500
commit04aba6e1ffd535277ba04fb1550990669f10886c (patch)
tree5c13b005694964ca8f39ffe2bb6d55de066b9f07 /README.md
parent9c840354c947bb30b79d96f414c43c033614b1d4 (diff)
downloadstarlark-go-04aba6e1ffd535277ba04fb1550990669f10886c.tar.gz
update doc URLs broken by rename (#12)
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 e6bf8d4..c101ddc 100644
--- a/README.md
+++ b/README.md
@@ -152,6 +152,6 @@ Starlark in Go is Copyright (c) 2018 The Bazel Authors.
All rights reserved.
It is provided under a 3-clause BSD license:
-[LICENSE](https://go.starlark.net/starlark/blob/master/LICENSE).
+[LICENSE](https://github.com/google/starlark-go/blob/master/LICENSE).
Starlark in Go is not an official Google product.