diff --git a/howto/get-java.md b/howto/get-java.md
index ff5c19c050c181c7d928940de0ba66d646bb7997..66f1074ad362e16005dc740a31893873b6572a54 100644
--- a/howto/get-java.md
+++ b/howto/get-java.md
@@ -29,7 +29,7 @@ After the download finishes you have in the destination folder the `.zip` file w
 
 Copy the extracted folder in a meaningful location on your hard drive like for example in `C:\jdks` 
 
-![](images/06 - move the jdk folder to c-jdks folder.png)
+![](images/06%20-%20move%20the%20jdk%20folder%20to%20c-jdks%20folder.png)
 
 
 #### Set up the environment variables    
@@ -39,15 +39,15 @@ There are several ways to get to that dialog box.
 
 Right click "This PC" and select "Properties" 
 
-![](images/07 - open pc properties.png)
+![](images/07%20-%20open%20pc%20properties.png)
 
 You should see a window like the one below. Choose "Advanced System Settings" option in the top left side.
 
-![](images/08 - pc properties window.png)
+![](images/08%20-%20pc%20properties%20window.png)
 
 A new window will open showing "System properties"
 
-![](images/09 - system properties.png)
+![](images/09%20-%20system%20properties.png)
 
 Open "Environment Variables"
 
@@ -55,15 +55,15 @@ If the JDK should be available for all users than make the environment variable
 
 Check if there is already a `JAVA_HOME` environment variable. If it is change the value to the path to your JDK (`C:\jdks\jdk-12.0.2`)
 
-![](images/10 - env java home.png)
+![](images/10%20-%20env%20java%20home.png)
 
 Next we need to add the `bin` folder within the JDK folder to the `PATH` environment variable so that the java commands are accessible from the command prompt
 
-![](images/11 - env path.png)
+![](images/11%20-%20env%20path.png)
 
 Finally we can check if java is now running as expected
 
-![](images/12 - java check ok.png)
+![](images/12%20-%20java%20check%20ok.png)
 
 ##### Notes
 
@@ -102,11 +102,11 @@ java -version
 
 * 1. go to http://jdk.java.net
 
-![](images/01 - jdk.java.net - home.png)
+![](images/01%20-%20jdk.java.net%20-%20home.png)
 
 * 2. select the general available build (currently 12)
 
-![](images/02 - jdk.java.net - latest ga.png)
+![](images/02%20-%20jdk.java.net%20-%20latest%20ga.png)
 
 * 3. download the binary corresponding to your operating system