Skip to content

Commit 6f835a5

Browse files
authored
Fix maven broken link in windows build doc (#560)
1 parent 3701d2e commit 6f835a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/building/windows-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ If you already have all the pre-requisites, skip to the [build](windows-instruct
3030
3. Install **[Java 1.8](https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)**
3131
- Select the appropriate version for your operating system e.g., jdk-8u201-windows-x64.exe for Win x64 machine.
3232
- Install using the installer and verify you are able to run `java` from your command-line
33-
4. Install **[Apache Maven 3.6.0+](https://maven.apache.org/download.cgi)**
34-
- Download [Apache Maven 3.6.0](http://mirror.metrocast.net/apache/maven/maven-3/3.6.0/binaries/apache-maven-3.6.0-bin.zip)
35-
- Extract to a local directory e.g., `c:\bin\apache-maven-3.6.0\`
36-
- Add Apache Maven to your [PATH environment variable](https://www.java.com/en/download/help/path.xml) e.g., `c:\bin\apache-maven-3.6.0\bin`
33+
4. Install **[Apache Maven 3.6.3+](https://maven.apache.org/download.cgi)**
34+
- Download [Apache Maven 3.6.3](http://mirror.metrocast.net/apache/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.zip)
35+
- Extract to a local directory e.g., `c:\bin\apache-maven-3.6.3\`
36+
- Add Apache Maven to your [PATH environment variable](https://www.java.com/en/download/help/path.xml) e.g., `c:\bin\apache-maven-3.6.3\bin`
3737
- Verify you are able to run `mvn` from your command-line
3838
5. Install **[Apache Spark 2.3+](https://spark.apache.org/downloads.html)**
3939
- Download [Apache Spark 2.3+](https://spark.apache.org/downloads.html) and extract it into a local folder (e.g., `c:\bin\spark-2.3.2-bin-hadoop2.7\`) using [7-zip](https://www.7-zip.org/).

0 commit comments

Comments
 (0)