We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3244c18 commit 2c98109Copy full SHA for 2c98109
docs/building/ubuntu-instructions.md
@@ -40,7 +40,7 @@ If you already have all the pre-requisites, skip to the [build](ubuntu-instructi
40
```bash
41
mkdir -p ~/bin/maven
42
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
+ wget https://dlcdn.apache.org/maven/maven-3/3.6.3/binaries/apache-maven-3.6.3-bin.tar.gz
44
tar -xvzf apache-maven-3.6.3-bin.tar.gz
45
ln -s apache-maven-3.6.3 current
46
export M2_HOME=~/bin/maven/current
0 commit comments