diff --git a/GetDDM/getddm.html b/GetDDM/getddm.html
index 2310f2ef55520f1a411b2a1893fd74078e72e7d1..73a92eab1fa24cf4fbead59f3e8e18fa5a747b27 100644
--- a/GetDDM/getddm.html
+++ b/GetDDM/getddm.html
@@ -41,8 +41,8 @@ problems using optimized Schwarz domain decomposition methods.
 <h2>Quick start</h2>
 
 <ol>
-  <li>Download the <a href="http://onelab.info">precompiled ONELAB software
-  bundle</a> for Windows, Linux or MacOS.
+  <li>Download the <a href="http://onelab.info#Download">precompiled ONELAB
+  software bundle</a> for Windows, Linux or MacOS.
   <li>Launch the app <img src="http://geuz.org/gmsh/gallery/icon.png" height=20px>
   <li>Open <code>models/GetDDM/main.pro</code>
   <li>Press <code>Run</code>
@@ -53,15 +53,17 @@ problems using optimized Schwarz domain decomposition methods.
 <ol>
   <li>Download the <a href="http://onelab.info/files/onelab-source.zip">ONELAB
       source code</a>
-  <li>Follow the <a href="">instructions to compile GetDP and Gmsh</a> with MPI
-    support
-  <li>The commands for running GetDDM in parallel will depend on your particular
-    MPI setup. Usually the procedure looks something like this on 100 CPUs:
+  <li><a href="https://gitlab.onelab.info/getdp/getdp/wikis/GetDP-compilation">Compile
+  GetDP</a>
+  and <a href="https://gitlab.onelab.info/gmsh/gmsh/wikis/Gmsh-compilation">Gmsh</a>
+  with MPI support
+  <li>Run the models on a computer cluster with MPI, e.g. for 100 CPUs
     <pre>
-      mpirun -np 100 gmsh file.geo -
-      mpirun -np 100 getdp file.pro -solve DDM
+      mpirun -np 100 gmsh models/GetDDM/waveguide3d.geo -
+      mpirun -np 100 getdp models/GetDDM/waveguide3d.pro -solve DDM
     </pre>
-    Sample scripts for SLURM and PBS schedulers are also available.
+    The actual commands will depend on your particular MPI setup.  Sample
+    scripts for SLURM and PBS schedulers are also available.
 </ol>
 
 (For parallel computations you will have to [recompile GetDP with MPI
diff --git a/onelab.css b/onelab.css
index e27b4de0b386ac2009a018b1bba171dbb6c405e6..862ba07565bb9165291c2c7b9e66be054b829835 100644
--- a/onelab.css
+++ b/onelab.css
@@ -40,7 +40,7 @@ p, div.p { margin: .8em 0 .8em 0; }
 
 code { font-size: 95%; }
 
-pre { font-size: 90%; line-height: 1.2em; white-space: pre-wrap;
+pre { font-size: 95%; line-height: 1.2em; white-space: pre-wrap;
   white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap;
   word-wrap: break-word;
 }