From 23ef29867424667631cd7aeb867b0e64949069f2 Mon Sep 17 00:00:00 2001
From: Pavel Jirasek <pavel.jirasek@vsb.cz>
Date: Wed, 27 Jun 2018 15:55:33 +0200
Subject: [PATCH] Move h3 Putty

---
 .../accessing-the-clusters/graphical-user-interface/vnc.md    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
index cab75b0c4..bf679c1eb 100644
--- a/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
+++ b/docs.it4i/general/accessing-the-clusters/graphical-user-interface/vnc.md
@@ -124,8 +124,6 @@ kill 2022
 
 ## Windows Example of Creating a Tunnel
 
-### PuTTY
-
 Start vncserver using command vncserver described above.
 
 Search for the localhost and port number (in this case 127.0.0.1:5961).
@@ -137,6 +135,8 @@ Search for the localhost and port number (in this case 127.0.0.1:5961).
 tcp        0      0 127.0.0.1:5961              0.0.0.0:*                   LISTEN      24031/Xvnc
 ```
 
+### PuTTY
+
 On the PuTTY Configuration screen go to Connection->SSH->Tunnels to set up the tunnel.
 
 Fill the Source port and Destination fields. **Do not forget to click the Add button**.
-- 
GitLab