diff --git a/docs/user/faq.rst b/docs/user/faq.rst
index 96bc169ca709d37620beaae474230a7abd36e08c..0e4e9a8213c17ea44cc5a85a41a142d3fdc339d8 100644
--- a/docs/user/faq.rst
+++ b/docs/user/faq.rst
@@ -16,6 +16,7 @@ on *batman-adv*. If your mesh does not have global IPv6 connectivity, you can se
 your *radvd* not to announce a default route by setting the *default lifetime* to 0;
 in this case, the *radvd* is only used to announce the DNS server.
 
+.. _faq-mtu:
 
 What is a good MTU on the mesh-vpn
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
@@ -31,7 +32,7 @@ Consider these key values:
   - and configure `MSS clamping`_ accordingly,
   - and announce your link MTU via Router Advertisments and DHCP
 
-  .. MSS clamping: http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.cookbook.mtu-mss.html
+  .. _MSS clamping: http://www.tldp.org/HOWTO/Adv-Routing-HOWTO/lartc.cookbook.mtu-mss.html
 
 - Encapsulation: Account for the overhead created by the configured mesh protocol
   encapsulating the payload, which is
@@ -42,7 +43,7 @@ Consider these key values:
 
 For reference, the complete MTU stack looks like this:
 
-.. image:: https://cloud.hamburg.freifunk.net/thumbnail/de738ee3ac/1024/MTU%20within%20a%20batman-adv%20network%20v5.png
+.. image:: mtu-diagram_v5.png
 
 Minimum MTU
 -----------
diff --git a/docs/user/mtu-diagram_v5.png b/docs/user/mtu-diagram_v5.png
new file mode 100644
index 0000000000000000000000000000000000000000..47548ad170c8c2759afb03c5f674638d873563d9
Binary files /dev/null and b/docs/user/mtu-diagram_v5.png differ
diff --git a/docs/user/site.rst b/docs/user/site.rst
index 01d7fcf80ab02d52fac2899d0b02270bca561571..cab40aa2a74923bf78c0de9f8048940918bb14dd 100644
--- a/docs/user/site.rst
+++ b/docs/user/site.rst
@@ -196,9 +196,7 @@ mesh_vpn
 
     The `enabled` option can be set to true to enable the VPN by default. `mtu`
     defines the MTU of the VPN interface, determining a proper MTU value is described
-    in the FAQ entry `"What is a good MTU on the mesh-vpn?"`_.
-
-    .. _"What is a good MTU on the mesh-vpn?": faq.rst
+    in the :ref:`FAQ <faq-mtu>`.
 
     The `fastd` section configures settings specific to the *fastd* VPN
     implementation.