From 139efbafd8685d1be57e8ec4afcec0bcf1a44e70 Mon Sep 17 00:00:00 2001
From: lazariv <taras.lazariv@tu-dresden.de>
Date: Wed, 23 Jun 2021 10:34:39 +0000
Subject: [PATCH] Correct Mathematics.md

---
 doc.zih.tu-dresden.de/docs/software/Mathematics.md | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/software/Mathematics.md b/doc.zih.tu-dresden.de/docs/software/Mathematics.md
index 6848ea079..13e51ea31 100644
--- a/doc.zih.tu-dresden.de/docs/software/Mathematics.md
+++ b/doc.zih.tu-dresden.de/docs/software/Mathematics.md
@@ -51,8 +51,6 @@ You can find it in C:\\Programme\\Xming\\.
           C:\Programme\Xming\fonts\Mathematica\Type1
           C:\WINDOWS\Fonts
 
-  
-
 **Mathematica and SLURM:** \<br />Please use the Batchsystem SLURM for
 running calculations. This is a small example for a batch script, that
 you should prepair and start with command \<br />sbatch
@@ -73,8 +71,6 @@ many sequential jobs but try to parallelize your calculation, utilizing
 multiple Sub MathKernel licenses per job, in order to achieve a more
 reasonable license usage.
 
-  
-
 ## Matlab
 
 MATLAB is a numerical computing environment and programming language.
@@ -109,7 +105,7 @@ Or use:
        module load MATLAB
 
 (then you will get the most recent Matlab version. [Refer to the modules
-section for details.](RuntimeEnvironment#Modules))
+section for details.](../data_management/RuntimeEnvironment.md#Modules))
 
 ### matlab interactive
 
@@ -156,7 +152,7 @@ variable $EBROOTMATLAB as set by the module file for that.
 
 -   then run the binary via the wrapper script in a job (just a simple
     example, you should be using an [sbatch
-    script](Compendium.Slurm#Job_Submission) for that): \<pre>srun
+    script](../jobs/Slurm.md#Job_Submission) for that): \<pre>srun
     ./run_compiled_executable.sh $EBROOTMATLAB\</pre>
 
 ### matlab parallel (with 'local' configuration)
@@ -210,5 +206,5 @@ solving linear and nonlinear problems numerically, and for performing
 other numerical experiments using a language that is mostly compatible
 with Matlab. It may also be used as a batch-oriented language.
 
--   [Mathematica-Fonts.zip](%ATTACHURL%/Mathematica-Fonts.zip):
+-   [Mathematica-Fonts.zip]**todo**(%ATTACHURL%/Mathematica-Fonts.zip):
     Mathematica-Fonts
-- 
GitLab