Skip to content

Commit 7ab024d

Browse files
committed
Fix broken links in reference appendices
1 parent 324c54d commit 7ab024d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

src/reference/asciidoc/changes-1.0-2.0.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
For a detailed migration guide in regards to upgrading an existing application that uses Spring Integration older than version 2.0, please see:
55

6-
null
6+
https://github.com/spring-projects/spring-integration/wiki/Spring-Integration-1.0-to-2.0-Migration-Guide[Spring Integration 1.0 to 2.0 Migration Guide]
77

88
[[migration-spring-30-support]]
99
==== Spring 3 support

src/reference/asciidoc/changes-2.0-2.1.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -195,20 +195,20 @@ The old 1.0 and 2.0 schemas are still there, but if an Application Context still
195195

196196
Since version 2.0, the Spring Integration project uses http://git-scm.com/[Git] for version control.
197197
In order to increase community visibility even further, the project was moved from SpringSource hosted Git repositories to http://www.github.com/[Github].
198-
The Spring Integration Git repository is located at:null
198+
The Spring Integration Git repository is located at: https://github.com/spring-projects/spring-integration[spring-integration].
199199

200200
For the project we also improved the process of providing code contributions and we ensure that every commit is peer-reviewed.
201201
In fact, core committers now follow the same process as contributors.
202202
For more details please see:
203203

204-
null
204+
https://github.com/spring-projects/spring-integration/blob/master/CONTRIBUTING.adoc[Contributing].
205205

206206
[[x2.1-sonar]]
207207
===== Improved Source Code Visibility with Sonar
208208

209-
In an effort to provide better source code visibility and consequently to monitor the quality of Spring Integration's source code, an instance of http://www.sonarsource.org/[Sonar] was setup and metrics are gathered nightly and made avaiblable at:
209+
In an effort to provide better source code visibility and consequently to monitor the quality of Spring Integration's source code, an instance of http://www.sonarsource.org/[Sonar] was setup and metrics are gathered nightly and made available at:
210210

211-
null
211+
https://sonar.spring.io/dashboard?id=org.springframework.integration%3Aspring-integration%3Amaster[sonar.spring.io].
212212

213213
[[x2.1-new-samples]]
214214
==== New Samples
@@ -217,4 +217,4 @@ For the 2.1 release of Spring Integration we also expanded the Spring Integratio
217217
samples covering AMQP support, the new payload enricher, a sample illustrating techniques for testing Spring Integration flow fragments, as well as an example for executing Stored Procedures against Oracle.
218218
For details please visit:
219219

220-
null
220+
https://github.com/spring-projects/spring-integration-samples[spring-integration-samples].

0 commit comments

Comments
 (0)