From 40ff0cb39f4252919264ab9c48fc4fd90f20e1a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Fri, 26 Oct 2018 15:25:01 +0200
Subject: [PATCH] Link test

---
 docs.it4i/anselm/shell-and-data-access.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/anselm/shell-and-data-access.md b/docs.it4i/anselm/shell-and-data-access.md
index ef94a0324..f0923ce60 100644
--- a/docs.it4i/anselm/shell-and-data-access.md
+++ b/docs.it4i/anselm/shell-and-data-access.md
@@ -10,7 +10,7 @@ The Anselm cluster is accessed by SSH protocol via login nodes login1 and login2
 | login1.anselm.it4i.cz | 22   | ssh      | login1                                       |
 | login2.anselm.it4i.cz | 22   | ssh      | login2                                       |
 
-Authentication is by [private key](/general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys/)
+Authentication is by [private key](../../general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys/)
 
 !!! note
     Please verify SSH fingerprints during the first logon. They are identical on all login nodes:
@@ -73,7 +73,7 @@ Data in and out of the system may be transferred by the [scp](http://en.wikipedi
 | login1.anselm.it4i.cz | 22   | scp       |
 | login2.anselm.it4i.cz | 22   | scp       |
 
-Authentication is by [private key](general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys/)
+Authentication is by [private key](../general/accessing-the-clusters/shell-access-and-data-transfer/ssh-keys/)
 
 !!! note
     Data transfer rates of up to **160MB/s** can be achieved with scp or sftp.
-- 
GitLab