From 565398c02e5fc31f2099245640ba1673d53f4a5a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz>
Date: Wed, 31 Aug 2016 10:36:06 +0200
Subject: [PATCH] repair external and internal links

---
 docs.it4i/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/index.md b/docs.it4i/index.md
index 364f8b19e..4bc836ae3 100644
--- a/docs.it4i/index.md
+++ b/docs.it4i/index.md
@@ -11,7 +11,7 @@ Welcome to IT4Innovations documentation pages. The IT4Innovations national super
 3.  Scan for all the yellow bulb call-outs on the page.
 4.  Read the details if still more information is needed. **Look for examples** illustrating the concepts.
 
-!!! Caution "Reminder"
+!!! Caution "Note"
 	The call-out.   Focus on the call-outs before reading full details.
 
 Getting Help and Support
@@ -23,12 +23,12 @@ Use your IT4Innotations username and password to log in to the [support](http://
 
 Required Proficiency
 --------------------
-!!! "Note"
+!!! Caution "Note"
 	You need basic proficiency in Linux environment.
 
 In order to use the system for your calculations, you need basic proficiency in Linux environment. To gain the proficiency, we recommend you reading the [ introduction to Linux](http://www.tldp.org/LDP/intro-linux/html/)![external](img/external.png) operating system environment and installing a Linux distribution on your personal computer. A good choice might be the [ Fedora](http://fedoraproject.org/)![external](img/external.png) distribution, as it is similar to systems on the clusters at IT4Innovations. It's easy to install and use. In fact, any distribution would do.
 
-!!! Caution "Reminder"
+!!! Caution "Note"
 	Learn how to parallelize your code!
 
 In many cases, you will run your own code on the cluster. In order to fully exploit the cluster, you will need to carefully consider how to utilize all the cores available on the node and how to use multiple nodes at the same time. You need to **parallelize** your code. Proficieny in MPI, OpenMP, CUDA, UPC or GPI2 programming may be gained via the [training provided by IT4Innovations.](http://prace.it4i.cz)![external](img/external.png)
-- 
GitLab