aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/d/hello_world/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/hello_world/BUILD')
-rw-r--r--examples/d/hello_world/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/d/hello_world/BUILD b/examples/d/hello_world/BUILD
index 27e6a4e3eb..901f42f735 100644
--- a/examples/d/hello_world/BUILD
+++ b/examples/d/hello_world/BUILD
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])
-load("/tools/build_defs/d/d", "d_binary", "d_docs")
+load("//tools/build_defs/d:d.bzl", "d_binary", "d_docs")
d_binary(
name = "hello_world",