Update internal link to use [[...]] syntax

master
cbeams 14 years ago
parent
commit
22f9f3cb99
  1. 2
      Downloading-Spring-artifacts.md

2
Downloading-Spring-artifacts.md

@ -136,4 +136,4 @@ The following configuration will resolve `spring-context` 3.1.0.RELEASE: @@ -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.

Loading…
Cancel
Save