Fix dead links

Closes gh-314
This commit is contained in:
Stephane Nicoll 2018-03-26 14:00:56 +02:00
parent b527de52f5
commit 932f17ddae

View file

@ -34,12 +34,12 @@ docker run -e MYSQL_ROOT_PASSWORD=petclinic -e MYSQL_DATABASE=petclinic -p 3306:
### prerequisites
The following items should be installed in your system:
* Maven 3 (http://www.sonatype.com/books/mvnref-book/reference/installation.html)
* Apache Maven (https://maven.apache.org/install.html)
* git command line tool (https://help.github.com/articles/set-up-git)
* Eclipse with the m2e plugin (m2e is installed by default when using the STS (http://www.springsource.org/sts) distribution of Eclipse)
Note: when m2e is available, there is an m2 icon in Help -> About dialog.
If m2e is not there, just follow the install process here: http://eclipse.org/m2e/download/
If m2e is not there, just follow the install process here: http://www.eclipse.org/m2e/m2e-downloads.html
### Steps: