diff --git a/src/content/docs/workers/runtime-apis/tcp-sockets.mdx b/src/content/docs/workers/runtime-apis/tcp-sockets.mdx index be6e3593489cb39..e5492b0d78a3391 100644 --- a/src/content/docs/workers/runtime-apis/tcp-sockets.mdx +++ b/src/content/docs/workers/runtime-apis/tcp-sockets.mdx @@ -8,7 +8,7 @@ products: - workers --- -The Workers runtime provides the `connect()` API for creating outbound [TCP connections](https://www.cloudflare.com/learning/ddos/glossary/tcp-ip/) from Workers. +The [Workers runtime](https://blog.cloudflare.com/workerd-open-source-workers-runtime) provides the `connect()` API for creating outbound [TCP connections](https://www.cloudflare.com/learning/ddos/glossary/tcp-ip/) from Workers. Many application-layer protocols are built on top of the Transmission Control Protocol (TCP). These application-layer protocols, including SSH, MQTT, SMTP, FTP, IRC, and most database wire protocols including MySQL, PostgreSQL, MongoDB, require an underlying TCP socket API in order to work.