You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2015/05/19 13:05:04 UTC

svn commit: r1680247 - /maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt

Author: khmarbaise
Date: Tue May 19 11:05:03 2015
New Revision: 1680247

URL: http://svn.apache.org/r1680247
Log:
Fixed wrong link
Hint from Daniel Carbone via Twitter.

Modified:
    maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt

Modified: maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt
URL: http://svn.apache.org/viewvc/maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt?rev=1680247&r1=1680246&r2=1680247&view=diff
==============================================================================
--- maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt (original)
+++ maven/site/trunk/content/apt/guides/getting-started/windows-prerequisites.apt Tue May 19 11:05:03 2015
@@ -40,8 +40,8 @@ Maven on Windows
 * 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 {{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>>>.
 
   Once Java is installed, you must ensure that the commands from the Java SDK are in your PATH environment variable.
   Running, for example,