From 7c627d6fa3e4588daead207e74cc42f15034674e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Hrb=C3=A1=C4=8D?= <david@hrbac.cz>
Date: Wed, 31 Oct 2018 12:34:28 +0100
Subject: [PATCH] Links OK

---
 .../shell-access-and-data-transfer/putty.md     | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md
index 38f1480c2..0a4123f3c 100644
--- a/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md
+++ b/docs.it4i/general/accessing-the-clusters/shell-access-and-data-transfer/putty.md
@@ -2,10 +2,10 @@
 
 ## Windows PuTTY Installer
 
-We recommned you to download "**A Windows installer for everything except PuTTYtel**" with **Pageant** (SSH authentication agent) and **PuTTYgen** (PuTTY key generator) which is available [here](http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html).
+We recommned you to download "**A Windows installer for everything except PuTTYtel**" with **Pageant** (SSH authentication agent) and **PuTTYgen** (PuTTY key generator) which is available [here][a].
 
 !!! note
-    After installation you can proceed directly to private keys authentication using ["Putty"](#putty).
+    After installation you can proceed directly to private keys authentication using ["Putty"][1].
 
     "Change Password for Existing Private Key" is optional.
 
@@ -23,7 +23,7 @@ We recommned you to download "**A Windows installer for everything except PuTTYt
 * Category - Connection -  SSH - Auth:
       Select Attempt authentication using Pageant.
       Select Allow agent forwarding.
-      Browse and select your [private key](ssh-keys.md) file.
+      Browse and select your [private key][2] file.
 
 ![](../../../img/PuTTY_keyV.png)
 
@@ -36,7 +36,7 @@ We recommned you to download "**A Windows installer for everything except PuTTYt
 ![](../../../img/PuTTY_open_Salomon.png)
 
 * Enter your username if the _Host Name_ input is not in the format "username@salomon.it4i.cz".
-* Enter passphrase for selected [private key](ssh-keys.md) file if Pageant **SSH authentication agent is not used.**
+* Enter passphrase for selected [private key][2] file if Pageant **SSH authentication agent is not used.**
 
 ## Another PuTTY Settings
 
@@ -63,7 +63,7 @@ PuTTYgen is the PuTTY key generator. You can load in an existing private key and
 
 You can change the password of your SSH key with "PuTTY Key Generator". Make sure to backup the key.
 
-* Load your [private key](ssh-keys.md) file with _Load_ button.
+* Load your [private key][2] file with _Load_ button.
 * Enter your current passphrase.
 * Change key passphrase.
 * Confirm key passphrase.
@@ -104,4 +104,9 @@ You can generate an additional public/private key pair and insert public key int
 ![](../../../img/PuttyKeygenerator_006V.png)
 
 * Now you can insert additional public key into authorized_keys file for authentication with your own private key.
-      You must log in using ssh key received after registration. Then proceed to [How to add your own key](ssh-keys.md).
+      You must log in using ssh key received after registration. Then proceed to [How to add your own key][2].
+
+[1]: #putty
+[2]: ssh-keys.md
+
+[a]: http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html
-- 
GitLab