From 8fc75559f73b0fcf97bf2906d19f1b99a3e36005 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: Tue, 26 Jun 2018 15:02:28 +0200
Subject: [PATCH] fix links

---
 docs.it4i/software/numerical-languages/octave.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/software/numerical-languages/octave.md b/docs.it4i/software/numerical-languages/octave.md
index ca785e75..8a3eb55c 100644
--- a/docs.it4i/software/numerical-languages/octave.md
+++ b/docs.it4i/software/numerical-languages/octave.md
@@ -60,11 +60,11 @@ Octave may use MPI for interprocess communication This functionality is currentl
 
 ## Xeon Phi Support
 
-Octave may take advantage of the Xeon Phi accelerators. This will only work on the  [Intel Xeon Phi](../intel-xeon-phi/)  [accelerated nodes](../../salomon/compute-nodes/).
+Octave may take advantage of the Xeon Phi accelerators. This will only work on the  [Intel Xeon Phi](../intel/intel-xeon-phi-salomon/)  [accelerated nodes](../../salomon/compute-nodes/).
 
 ### Automatic Offload Support
 
-Octave can accelerate BLAS type operations (in particular the Matrix Matrix multiplications] on the Xeon Phi accelerator, via [Automatic Offload using the MKL library](../intel-xeon-phi/#section-3)
+Octave can accelerate BLAS type operations (in particular the Matrix Matrix multiplications] on the Xeon Phi accelerator, via [Automatic Offload using the MKL library](../intel/intel-xeon-phi-salomon/)
 
 Example
 
@@ -88,7 +88,7 @@ In this example, the calculation was automatically divided among the CPU cores a
 
 ### Native Support
 
-A version of [native](../intel-xeon-phi/#section-4) Octave is compiled for Xeon Phi accelerators. Some limitations apply for this version:
+A version of [native](../intel/intel-xeon-phi-salomon/) Octave is compiled for Xeon Phi accelerators. Some limitations apply for this version:
 
 * Only command line support. GUI, graph plotting etc. is not supported.
 * Command history in interactive mode is not supported.
-- 
GitLab