aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/rules
diff options
context:
space:
mode:
authorGravatar Kristina Chodorow <kchodorow@google.com>2015-09-01 09:15:54 +0000
committerGravatar Lukacs Berki <lberki@google.com>2015-09-01 10:44:24 +0000
commit2b1763a46bc1eb67cde389525d86e7f678e7a704 (patch)
tree7f62654cd2f3b045bb5d05cfffccda2d253b5879 /src/main/java/com/google/devtools/build/lib/rules
parentba4a85441bf08b44975ad410988efb69572fb61c (diff)
Change URLs to bazelbuild
-- MOS_MIGRATED_REVID=102022958
Diffstat (limited to 'src/main/java/com/google/devtools/build/lib/rules')
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java6
-rw-r--r--src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java2
2 files changed, 4 insertions, 4 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java b/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java
index 9ace1d304e..1eedae3fc1 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/BundleSupport.java
@@ -205,7 +205,7 @@ final class BundleSupport {
.addOutput(zipOutput)
.addInput(storyboardInput)
// TODO(dmaclach): Adding realpath here should not be required once
- // https://github.com/google/bazel/issues/285 is fixed.
+ // https://github.com/bazelbuild/bazel/issues/285 is fixed.
.addInput(attributes.realpath())
.build(ruleContext));
}
@@ -274,7 +274,7 @@ final class BundleSupport {
.addOutput(zipOutput)
.addInput(original)
// TODO(dmaclach): Adding realpath here should not be required once
- // https://github.com/google/bazel/issues/285 is fixed.
+ // https://github.com/bazelbuild/bazel/issues/285 is fixed.
.addInput(attributes.realpath())
.build(ruleContext));
}
@@ -445,7 +445,7 @@ final class BundleSupport {
/**
* Returns the location of the realpath tool.
- * TODO(dmaclach): Should not be required once https://github.com/google/bazel/issues/285
+ * TODO(dmaclach): Should not be required once https://github.com/bazelbuild/bazel/issues/285
* is fixed.
*/
Artifact realpath() {
diff --git a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
index 60e4d2956e..589b37f43b 100644
--- a/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
+++ b/src/main/java/com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java
@@ -481,7 +481,7 @@ public class ObjcRuleClasses {
.add(attr("$ibtoolwrapper", LABEL).cfg(HOST).exec()
.value(env.getLabel("//tools/objc:ibtoolwrapper")))
// TODO(dmaclach): Adding realpath here should not be required once
- // https://github.com/google/bazel/issues/285 is fixed.
+ // https://github.com/bazelbuild/bazel/issues/285 is fixed.
.add(attr("$realpath", LABEL).cfg(HOST).exec()
.value(env.getLabel("//tools/objc:realpath")))
.add(attr("$swiftstdlibtoolzip_deploy", LABEL).cfg(HOST)