From c2ee2cdf1c87d0b29828d3d0533d62cb112d39a4 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: Fri, 26 Oct 2018 13:06:11 +0200
Subject: [PATCH] fix

---
 docs.it4i/software/mpi/ompi-examples.md       | 32 +++++++++----------
 .../software/tools/ansys/ansys-fluent.md      |  8 ++---
 .../ansys/setting-license-preferences.md      |  8 ++---
 3 files changed, 24 insertions(+), 24 deletions(-)

diff --git a/docs.it4i/software/mpi/ompi-examples.md b/docs.it4i/software/mpi/ompi-examples.md
index c61dee8c5..a273c08bc 100644
--- a/docs.it4i/software/mpi/ompi-examples.md
+++ b/docs.it4i/software/mpi/ompi-examples.md
@@ -178,25 +178,25 @@ class Hello {
 }
 ```
 
-* C:                   [hello_c.c](src/ompi/hello_c.c)
-* C++:                 [hello_cxx.cc](src/ompi/hello_cxx.cc)
-* Fortran mpif.h:      [hello_mpifh.f](src/ompi/hello_mpifh.f)
-* Fortran use mpi:     [hello_usempi.f90](src/ompi/hello_usempi.f90)
-* Fortran use mpi_f08: [hello_usempif08.f90](src/ompi/hello_usempif08.f90)
-* Java:                [Hello.java](src/ompi/Hello.java)
-* C shmem.h:           [hello_oshmem_c.c](src/ompi/hello_oshmem_c.c)
-* Fortran shmem.fh:    [hello_oshmemfh.f90](src/ompi/hello_oshmemfh.f90)
+* C:                   [hello_c.c](../../../src/ompi/hello_c.c)
+* C++:                 [hello_cxx.cc](../../src/ompi/hello_cxx.cc)
+* Fortran mpif.h:      [hello_mpifh.f](../../src/ompi/hello_mpifh.f)
+* Fortran use mpi:     [hello_usempi.f90](../../src/ompi/hello_usempi.f90)
+* Fortran use mpi_f08: [hello_usempif08.f90](../../src/ompi/hello_usempif08.f90)
+* Java:                [Hello.java](../../src/ompi/Hello.java)
+* C shmem.h:           [hello_oshmem_c.c](../../src/ompi/hello_oshmem_c.c)
+* Fortran shmem.fh:    [hello_oshmemfh.f90](../../src/ompi/hello_oshmemfh.f90)
 
 ### Send a Trivial Message Around in a Ring
 
-* C:                   [ring_c.c](src/ompi/ring_c.c)
-* C++:                 [ring_cxx.cc](src/ompi/ring_cxx.cc)
-* Fortran mpif.h:      [ring_mpifh.f](src/ompi/ring_mpifh.f)
-* Fortran use mpi:     [ring_usempi.f90](src/ompi/ring_usempi.f90)
-* Fortran use mpi_f08: [ring_usempif08.f90](src/ompi/ring_usempif08.f90)
-* Java:                [Ring.java](src/ompi/Ring.java)
-* C shmem.h:           [ring_oshmem_c.c](src/ompi/ring_oshmem_c.c)
-* Fortran shmem.fh:    [ring_oshmemfh.f90](src/ompi/ring_oshmemfh.f90)
+* C:                   [ring_c.c](../../src/ompi/ring_c.c)
+* C++:                 [ring_cxx.cc](../../src/ompi/ring_cxx.cc)
+* Fortran mpif.h:      [ring_mpifh.f](../../src/ompi/ring_mpifh.f)
+* Fortran use mpi:     [ring_usempi.f90](../../src/ompi/ring_usempi.f90)
+* Fortran use mpi_f08: [ring_usempif08.f90](../../src/ompi/ring_usempif08.f90)
+* Java:                [Ring.java](../../src/ompi/Ring.java)
+* C shmem.h:           [ring_oshmem_c.c](../../src/ompi/ring_oshmem_c.c)
+* Fortran shmem.fh:    [ring_oshmemfh.f90](../../src/ompi/ring_oshmemfh.f90)
 
 Additionally, there's one further example application, but this one only uses the MPI C bindings:
 
diff --git a/docs.it4i/software/tools/ansys/ansys-fluent.md b/docs.it4i/software/tools/ansys/ansys-fluent.md
index 7ef64f99f..ef50d856c 100644
--- a/docs.it4i/software/tools/ansys/ansys-fluent.md
+++ b/docs.it4i/software/tools/ansys/ansys-fluent.md
@@ -151,12 +151,12 @@ Fluent could be run in parallel only under Academic Research license. To do so t
 
 ANSLIC_ADMIN Utility will be run
 
-![](img/Fluent_Licence_1.jpg)
+![](../../../img/Fluent_Licence_1.jpg)
 
-![](img/Fluent_Licence_2.jpg)
+![](../../../img/Fluent_Licence_2.jpg)
 
-![](img/Fluent_Licence_3.jpg)
+![](../../../img/Fluent_Licence_3.jpg)
 
 ANSYS Academic Research license should be moved up to the top of the list.
 
-![](img/Fluent_Licence_4.jpg)
+![](../../../img/Fluent_Licence_4.jpg)
diff --git a/docs.it4i/software/tools/ansys/setting-license-preferences.md b/docs.it4i/software/tools/ansys/setting-license-preferences.md
index e758895a4..204dda478 100644
--- a/docs.it4i/software/tools/ansys/setting-license-preferences.md
+++ b/docs.it4i/software/tools/ansys/setting-license-preferences.md
@@ -12,12 +12,12 @@ $ANSYSLIC_DIR/lic_admin/anslic_admin
 
 ANSLIC_ADMIN Utility will be run
 
-![](../../img/Fluent_Licence_1.jpg)
+![](../../../img/Fluent_Licence_1.jpg)
 
-![](../../img/Fluent_Licence_2.jpg)
+![](../../../img/Fluent_Licence_2.jpg)
 
-![](../../img/Fluent_Licence_3.jpg)
+![](../../../img/Fluent_Licence_3.jpg)
 
 ANSYS Academic Research license should be moved up to the top or down to the bottom of the list.
 
-![](../../img/Fluent_Licence_4.jpg)
+![](../../../img/Fluent_Licence_4.jpg)
-- 
GitLab