diff --git a/src/content/docs/workflows/build/call-workflows-from-pages.mdx b/src/content/docs/workflows/build/call-workflows-from-pages.mdx index ca21bbe57242ccb..25d7f83d007087c 100644 --- a/src/content/docs/workflows/build/call-workflows-from-pages.mdx +++ b/src/content/docs/workflows/build/call-workflows-from-pages.mdx @@ -89,7 +89,7 @@ To learn more about binding to resources from Pages Functions, including how to ### Using fetch -:::note "Service Bindings vs. fetch" +:::note[Service Bindings vs. fetch] We recommend using [Service Bindings](/workers/runtime-apis/bindings/service-bindings/) when calling a Worker in your own account.