[docs] Fix broken remote execution services link
This link was giving a 404 because that page doesn't live at the root of https://docs.bazel.build/ but in https://www.bazel.build.
Closes #14449.
PiperOrigin-RevId: 417496552
diff --git a/site/docs/dynamic-execution.md b/site/docs/dynamic-execution.md
index 40d370d..2486360 100644
--- a/site/docs/dynamic-execution.md
+++ b/site/docs/dynamic-execution.md
@@ -78,7 +78,7 @@
## When should I use dynamic execution?
Dynamic execution obviously requires some form of
-[remote execution system](/remote-execution-services.html). It is not currently
+[remote execution system](https://www.bazel.build/remote-execution-services.html). It is not currently
possible to use a cache-only remote system, as a cache miss would be considered
a failed action.