Update load() reference to the right repo
diff --git a/platform_data/defs.bzl b/platform_data/defs.bzl
index 5364058..0adce50 100644
--- a/platform_data/defs.bzl
+++ b/platform_data/defs.bzl
@@ -15,7 +15,7 @@
 """
 The platform_data rule can be used to change the target platform of a target,
 and then depend on that elsewhere in the build tree. For example:
-load("@platforms//experimental/platform_data:defs.bzl", "platform_data")
+load("@rules_platform//platform_data:defs.bzl", "platform_data")
 
 cc_binary(name = "foo")