Merge branch 'fix-135' of github.com:google/skylark into fix-135
Change-Id: I20ed573da70099ba7f13153f237dfd0af039fdbd
diff --git a/testdata/function.sky b/testdata/function.sky
index 99dae47..fa8c5d6 100644
--- a/testdata/function.sky
+++ b/testdata/function.sky
@@ -203,5 +203,5 @@
# This matches Python2, but not Skylark-in-Java:
# *args and *kwargs are evaluated last.
-# See Google issue b/118052120 for pending spec change.
+# See github.com/bazelbuild/starlark#13 for pending spec change.
assert.eq(r, [1, 2, 3, 5, 4, 6])