aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_binary/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dotnet/example_binary/BUILD')
-rw-r--r--examples/dotnet/example_binary/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dotnet/example_binary/BUILD b/examples/dotnet/example_binary/BUILD
index 04c126a31e..0b9263c5dc 100644
--- a/examples/dotnet/example_binary/BUILD
+++ b/examples/dotnet/example_binary/BUILD
@@ -1,4 +1,4 @@
-load("/tools/build_defs/dotnet/csharp", "csharp_binary")
+load("//tools/build_defs/dotnet:csharp.bzl", "csharp_binary")
csharp_binary(
name = "hello",