From 2b1763a46bc1eb67cde389525d86e7f678e7a704 Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Tue, 1 Sep 2015 09:15:54 +0000 Subject: Change URLs to bazelbuild -- MOS_MIGRATED_REVID=102022958 --- .../com/google/devtools/build/lib/rules/objc/BundleSupport.java | 6 +++--- .../com/google/devtools/build/lib/rules/objc/ObjcRuleClasses.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/main/java/com/google/devtools/build/lib/rules') 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) -- cgit v1.2.3