aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples/dotnet/example_transitive_lib/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'examples/dotnet/example_transitive_lib/BUILD')
-rw-r--r--examples/dotnet/example_transitive_lib/BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dotnet/example_transitive_lib/BUILD b/examples/dotnet/example_transitive_lib/BUILD
index c6535d781c..b210b7ac53 100644
--- a/examples/dotnet/example_transitive_lib/BUILD
+++ b/examples/dotnet/example_transitive_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 = "TransitiveClass",