BEGIN_PUBLIC
Migrate the embedded and cpus toolchains to the GitHub toolchains directory here.
https://github.com/tensorflow/toolchains
END_PUBLIC

PiperOrigin-RevId: 381316817
diff --git a/site/docs/remote-execution-rules.md b/site/docs/remote-execution-rules.md
index d48c33a..562af47 100644
--- a/site/docs/remote-execution-rules.md
+++ b/site/docs/remote-execution-rules.md
@@ -168,7 +168,7 @@
 
 For example, for Tensorflow's rules for [`cuda`](https://github.com/tensorflow/tensorflow/blob/master/third_party/gpus/cuda_configure.bzl)
 and [`python`](https://github.com/tensorflow/tensorflow/blob/master/third_party/py/python_configure.bzl),
-the `WORKSPACE` rules produce the following [`BUILD files`](https://github.com/tensorflow/tensorflow/tree/master/third_party/toolchains/cpus/py).
+the `WORKSPACE` rules produce the following [`BUILD files`](https://github.com/tensorflow/toolchains/tree/master/toolchains/cpus/py).
 For local execution, files produced by checking the host environment are used.
 For remote execution, a [conditional statement](https://github.com/tensorflow/tensorflow/blob/master/third_party/py/python_configure.bzl#L304)
 on an environment variable allows the rule to use files that are checked into