[hotfix] Cross link ingress and egress module configuration to io module section
diff --git a/docs/content/docs/deployment/module.md b/docs/content/docs/deployment/module.md
index f321ab0..d0854f7 100644
--- a/docs/content/docs/deployment/module.md
+++ b/docs/content/docs/deployment/module.md
@@ -256,6 +256,8 @@
 
 The spec defines the details of how to connect to the external system, which is specific to each individual I/O module. Each identifier-spec pair is bound to the system inside an stateful function module.
 
+See [IO Modules]{{< ref "docs/io-module/overview" >}} for more information on configuring an ingress. 
+
 ```yaml
 version: "3.0"
 
@@ -273,6 +275,16 @@
 
 ## Egress
 
+An egress is an output point where data is written to an external system and forwarded to zero or more functions.
+It is defined via an identifier and specification.
+
+An egress identifier, similar to a function type, uniquely identifies an egress.
+
+The spec defines the details of how to connect to the external system, which is specific to each individual I/O module.
+Each identifier-spec pair is bound to the system inside an stateful function module.
+
+See [IO Modules]{{< ref "docs/io-module/overview" >}} for more information on configuring an egress. 
+
 ```yaml
 version: "3.0"