diff --git a/docs/manual/Quick-Start Guides/14-linking-apps.md b/docs/manual/Quick-Start Guides/14-linking-apps.md
index 7438e90ade4..ce34a5ef786 100644
--- a/docs/manual/Quick-Start Guides/14-linking-apps.md
+++ b/docs/manual/Quick-Start Guides/14-linking-apps.md
@@ -20,15 +20,6 @@ If you need to reach a different service (which is not often the case!), you nee
- `$SVCNAME.ix-$APPNAME.svc.cluster.local` or
- `$SVCNAME.ix-$APPNAME`
-##### Example
-
-To reach an app named "sabnzbd" within Sonarr, we can use the following internal domain name:
-
-- `sabnzbd.ix-sabnzbd`
-
-
-
-
##### Internal Domain Name generator
@@ -79,6 +70,15 @@ function generatesvc(name, app, service) {
+
+##### Example
+
+To reach an app named "sabnzbd" within Sonarr, we can use the following internal domain name:
+
+- `sabnzbd.ix-sabnzbd`
+
+
+
#### Video Guide
