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