diff --git a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
index 3c85a42c51c75e7e4d832f53a129806736997dd4..6831c121198b259875a8c59fb46777ae602eb0c8 100644
--- a/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
+++ b/docs.it4i/anselm-cluster-documentation/shell-and-data-access.md
@@ -165,7 +165,7 @@ Note: Port number 6000 is chosen as an example only. Pick any free port.
 
 Remote port forwarding from compute nodes allows applications running on the compute nodes to access hosts outside Anselm Cluster.
 
-First, establish the remote port forwarding form the login node, as [described above](../anselm-cluster-documentation/shell-and-data-access/#port-forwarding-from-login-nodes).
+First, establish the remote port forwarding form the login node, as [described above](#port-forwarding-from-login-nodes).
 
 Second, invoke port forwarding from the compute node to the login node. Insert following line into your jobscript or interactive shell
 
@@ -190,10 +190,10 @@ 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 Anselm to the proxy server, port 1080, exactly as [described above](../anselm-cluster-documentation/shell-and-data-access/#port-forwarding-from-login-nodes).
+Once the proxy server is running, establish ssh port forwarding from Anselm to the proxy server, port 1080, exactly as [described above](#port-forwarding-from-login-nodes).
 
 ```bash
 local $ ssh -R 6000:localhost:1080 anselm.it4i.cz
 ```
 
-Now, configure the applications proxy settings to **localhost:6000**. Use port forwarding  to access the [proxy server from compute nodes](outgoing-connections/#port-forwarding-from-compute-nodes) as well .
+Now, configure the applications proxy settings to **localhost:6000**. Use port forwarding  to access the [proxy server from compute nodes](#port-forwarding-from-compute-nodes) as well .