diff --git a/Downloading-Spring-artifacts.md b/Downloading-Spring-artifacts.md index 3918657..0ab2011 100644 --- a/Downloading-Spring-artifacts.md +++ b/Downloading-Spring-artifacts.md @@ -136,4 +136,4 @@ The following configuration will resolve `spring-context` 3.1.0.RELEASE: ``` ## Manually downloading Spring distributions -If for whatever reason you are not using a build system with dependency management capabilities, you can download Spring Framework _distribution zips_ from the SpringSource [community download page](http://www.springsource.com/download/community?project=Spring%20Framework). These distributions contain all source and binary jar files, as well as Javadoc and reference documentation, but _do not_ contain external dependencies! However, if you build from source you can create the `-dependencies.zip` locally. See the "To build a distribution" section of [Building from source] for details. +If for whatever reason you are not using a build system with dependency management capabilities, you can download Spring Framework _distribution zips_ from the SpringSource [community download page](http://www.springsource.com/download/community?project=Spring%20Framework). These distributions contain all source and binary jar files, as well as Javadoc and reference documentation, but _do not_ contain external dependencies! However, if you build from source you can create the `-dependencies.zip` locally. See the "To build a distribution" section of [[Building from source]] for details.