Merge branch 'master' into hlopko-patch-2
diff --git a/README.md b/README.md
index cbcd016..4e22b25 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,7 @@
 # C++ rules for Bazel
 
-[![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=master)](https://buildkite.com/bazel/rules-cc)
+* Postsubmit [![Build status](https://badge.buildkite.com/f03592ae2d7d25a2abc2a2ba776e704823fa17fd3e061f5103.svg?branch=master)](https://buildkite.com/bazel/rules-cc)
+* Postsubmit + Current Bazel Incompatible flags [![Build status](https://badge.buildkite.com/5ba709cc33e5855078a1f8570adcf8e0a78ea93591bc0b4e81.svg?branch=master)](https://buildkite.com/bazel/rules-cc-plus-bazelisk-migrate)
 
 This repository contains Starlark implementation of C++ rules in Bazel.
 
diff --git a/cc/find_cc_toolchain.bzl b/cc/find_cc_toolchain.bzl
index 0fac527..b0c3935 100644
--- a/cc/find_cc_toolchain.bzl
+++ b/cc/find_cc_toolchain.bzl
@@ -26,7 +26,7 @@
         attrs = {
             "_cc_toolchain": attr.label(
                 default = Label(
-                    "@rules_cc//cc/:current_cc_toolchain", # copybara-use-repo-external-label
+                    "@rules_cc//cc:current_cc_toolchain", # copybara-use-repo-external-label
                 ),
             ),
         },