Fix HTTP urls to HTTPS
* Do not fix urls for the `http://apache.org/xml/features` when we configure XML components * Do not fix urls for localhost and fake links in tests * Fix all the dead links in docs
This commit is contained in:
@@ -5,7 +5,7 @@ This document is the API specification for Spring Integration
|
||||
<div id="overviewBody">
|
||||
<p>
|
||||
For further API reference and developer documentation, see the
|
||||
<a href="http://docs.spring.io/spring-integration/reference/" target="_top">Spring
|
||||
<a href="https://docs.spring.io/spring-integration/reference/html/" target="_top">Spring
|
||||
Integration reference documentation</a>.
|
||||
That documentation contains more detailed, developer-targeted
|
||||
descriptions, with conceptual overviews, definitions of terms,
|
||||
@@ -13,10 +13,10 @@ This document is the API specification for Spring Integration
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a href="http://projects.spring.io/spring-integration/" target="_top">Spring
|
||||
<a href="https://projects.spring.io/spring-integration/" target="_top">Spring
|
||||
Integration main project page</a>
|
||||
</p>
|
||||
|
||||
|
||||
<p>
|
||||
If you are interested in commercial training, consultancy, and
|
||||
support for Spring Integration, please visit <a href="https://spring.io/" target="_top">
|
||||
|
||||
Reference in New Issue
Block a user