Skip to content

Commit 2c98109

Browse files
authored
Update maven download link (#1121)
1 parent 3244c18 commit 2c98109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/building/ubuntu-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ If you already have all the pre-requisites, skip to the [build](ubuntu-instructi
4040
```bash
4141
mkdir -p ~/bin/maven
4242
cd ~/bin/maven
43-
wget https://www-us.apache.org/dist/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
43+
wget https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
4444
tar -xvzf apache-maven-3.6.3-bin.tar.gz
4545
ln -s apache-maven-3.6.3 current
4646
export M2_HOME=~/bin/maven/current

0 commit comments

Comments
 (0)