From d924fd2d9544a163c119cf2099ab34fb75d24c6b Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Thu, 6 Aug 2020 14:04:56 +0200
Subject: [PATCH] Update shell-and-data-access.md related to #67

---
 docs.it4i/general/shell-and-data-access.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs.it4i/general/shell-and-data-access.md b/docs.it4i/general/shell-and-data-access.md
index 2b603e75d..c03eb892c 100644
--- a/docs.it4i/general/shell-and-data-access.md
+++ b/docs.it4i/general/shell-and-data-access.md
@@ -263,7 +263,7 @@ To establish a local proxy server on your workstation, install and run the SOCKS
 $ ssh -D 1080 localhost
 ```
 
-On Windows, install and run the free, open source [Sock Puppet][e] server.
+On Windows, install and run the free, open source Sock Puppet server.
 
 Once the proxy server is running, establish the SSH port forwarding from cluster to the proxy server, port 1080, exactly as [described above][5]:
 
@@ -294,4 +294,3 @@ Now, configure the applications proxy settings to `localhost:6000`. Use port for
 [b]: http://linux.die.net/man/1/sshfs
 [c]: http://winscp.net/eng/download.php
 [d]: http://code.google.com/p/win-sshfs/
-[e]: http://sockspuppet.com/
-- 
GitLab