MNGSITE-375 Remove obsolete information about issues with spaces

diff --git a/content/apt/guides/getting-started/windows-prerequisites.apt b/content/apt/guides/getting-started/windows-prerequisites.apt
index ee4ca31..e99e0d6 100644
--- a/content/apt/guides/getting-started/windows-prerequisites.apt
+++ b/content/apt/guides/getting-started/windows-prerequisites.apt
@@ -32,15 +32,11 @@
   file containing a precompiled version of Maven for your convenience. There is no installer. It's up to you
   to set up your prerequisites and environment to run Maven on Windows.
 
-* Spaces in Pathnames
-
-  Maven, like many cross-platform tools, can encounter problems when there are space characters in important pathnames.
-  The instructions below will remind you of this for several particular items.
 
 * Prerequisites
 
   Maven is written in Java (and primarily used to build Java programs). Thus, the major prerequisite is the Java SDK.
-  You need to install the Java SDK (e.g. from {{{http://www.oracle.com/technetwork/java/javase/downloads/index.html}Oracle's download site}}), and you should install it to a pathname without spaces, such as <<<c:\j2se1.6>>>.
+  You need to install the Java SDK (e.g. from {{{https://www.oracle.com/technetwork/java/javase/downloads/index.html}Oracle's download site}}).
 
   Once Java is installed, you must ensure that the commands from the Java SDK are in your PATH environment variable.
   Running, for example,
@@ -54,7 +50,7 @@
 * Maven Unpacked
 
   You need to unpack the Maven distribution. Don't unpack it in the middle of your source code; pick some location
-  (with no spaces in the path!) and unpack it there. Let's assume that the path is <<<$\{maven.home\}>>>.
+  and unpack it there. Let's assume that the path is <<<$\{maven.home\}>>>.
 
 * Maven in PATH