diff --git a/folly/container/BUCK b/folly/container/BUCK index 1e826349bb5..c4ef301b11e 100644 --- a/folly/container/BUCK +++ b/folly/container/BUCK @@ -172,8 +172,8 @@ cpp_library( name = "span", headers = ["span.h"], exported_deps = [ - "fbcode//folly:portability", - "fbcode//folly/portability:constexpr", + "//folly:portability", + "//folly/portability:constexpr", ], ) diff --git a/folly/container/test/BUCK b/folly/container/test/BUCK index b91a76c4050..e7d559f7c16 100644 --- a/folly/container/test/BUCK +++ b/folly/container/test/BUCK @@ -337,8 +337,8 @@ cpp_unittest( headers = [], supports_static_listing = False, deps = [ - "fbcode//folly/container:span", - "fbcode//folly/portability:gtest", + "//folly/container:span", + "//folly/portability:gtest", ], ) diff --git a/folly/hash/test/BUCK b/folly/hash/test/BUCK index d16951bd52c..c2509742e2c 100644 --- a/folly/hash/test/BUCK +++ b/folly/hash/test/BUCK @@ -113,8 +113,8 @@ cpp_unittest( srcs = ["traits_test.cpp"], headers = [], deps = [ - "fbcode//folly/hash:traits", - "fbcode//folly/portability:gtest", + "//folly/hash:traits", + "//folly/portability:gtest", ], )