diff --git a/docs.it4i/salomon/shell-and-data-access.md b/docs.it4i/salomon/shell-and-data-access.md
index 35779a796b49ce6a9c36515e2a6dec74b104927c..4d608e38d2a2459634901625bb25790a8575ec62 100644
--- a/docs.it4i/salomon/shell-and-data-access.md
+++ b/docs.it4i/salomon/shell-and-data-access.md
@@ -169,7 +169,7 @@ local $ ssh -D 1080 localhost
 
 On Windows, install and run the free, open source [Sock Puppet](http://sockspuppet.com/) server.
 
-Once the proxy server is running, establish ssh port forwarding from Salomon to the proxy server, port 1080, exactly as [described above](outgoing-connections/#port-forwarding-from-login-nodes).
+Once the proxy server is running, establish ssh port forwarding from Salomon to the proxy server, port 1080, exactly as [described above](../salomon/shell-and-data-access/#port-forwarding-from-login-nodes).
 
 ```bash
 local $ ssh -R 6000:localhost:1080 salomon.it4i.cz