Skip to content

Commit a725104

Browse files
author
Phillip Webb
committed
Fix broken reference guide links
Remove or replace broken links from the reference documentation. Issue: SPR-11096
1 parent 99cf06b commit a725104

File tree

1 file changed

+44
-46
lines changed

1 file changed

+44
-46
lines changed

src/asciidoc/index.adoc

Lines changed: 44 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ In general, Spring publishes its artifacts to four different places:
288288
files are in the same form as the community download (
289289
`org.springframework.*-<version>.jar`), and the dependencies are also in this "long"
290290
form, with external libraries (not from SpringSource) having the prefix
291-
`com.springsource`. See the http://www.springsource.com/repository/app/faq[FAQ] for
291+
`com.springsource`. See the http://ebr.springsource.com/repository/app/faq[FAQ] for
292292
more information.
293293
* In a public Maven repository hosted on Amazon S3 for development snapshots and
294294
milestone releases (a copy of the final releases is also held here). The jar file
@@ -356,7 +356,7 @@ necessarily use a different naming convention than Maven Central artifacts.
356356

357357
| Search Utilities
358358
| Various
359-
| http://www.springsource.com/repository[http://www.springsource.com/repository]
359+
| http://ebr.springsource.com/repository/app/[http://ebr.springsource.com/repository/app/]
360360

361361
| Integration with SpringSource Tools
362362
| Integration through STS with Maven dependency management
@@ -479,9 +479,9 @@ important):
479479

480480
If you are managing your dependencies by hand, the URL in the repository declaration
481481
above is not browsable, but there is a user interface at
482-
http://www.springsource.com/repository[http://www.springsource.com/repository] that can
483-
be used to search for and download dependencies. It also has handy snippets of Maven and
484-
Ivy configuration that you can copy and paste if you are using those tools.
482+
http://ebr.springsource.com/repository/app/[http://ebr.springsource.com/repository/app/]
483+
that can be used to search for and download dependencies. It also has handy snippets of
484+
Maven and Ivy configuration that you can copy and paste if you are using those tools.
485485

486486
[[overview-ivy-dependency-management]]
487487
===== Ivy Dependency Management
@@ -788,7 +788,7 @@ by http://jira.springframework.org/[raising an issue].
788788
[[new-in-3.0-new-tutorial]]
789789
=== New articles and tutorials
790790
There are many excellent articles and tutorials that show how to get started with Spring
791-
Framework 3 features. Read them at thehttps://spring.io/docs[Spring Documentation] page.
791+
Framework 3 features. Read them at the http://spring.io/docs[Spring Documentation] page.
792792

793793
The samples have been improved and updated to take advantage of the new features in
794794
Spring Framework 3. Additionally, the samples have been moved out of the source tree
@@ -1085,7 +1085,7 @@ fully-qualified class names are given. See also <<migration-3.1>>
10851085
[[new-in-3.1-cache-abstraction]]
10861086
=== Cache Abstraction
10871087
* <<cache>>
1088-
* http://blog.springsource.com/2011/02/23/spring-3-1-m1-caching/[Cache Abstraction]
1088+
* http://spring.io/blog/2011/02/23/spring-3-1-m1-cache-abstraction/[Cache Abstraction]
10891089
(SpringSource team blog)
10901090

10911091
[[new-in-3.1-bean-definition-profiles]]
@@ -1574,7 +1574,7 @@ In most application scenarios, explicit user code is not required to instantiate
15741574
more instances of a Spring IoC container. For example, in a web application scenario, a
15751575
simple eight (or so) lines of boilerplate J2EE web descriptor XML in the `web.xml` file
15761576
of the application will typically suffice (see <<context-create>>). If you are using the
1577-
https://spring.io/tools/sts[SpringSource Tool Suite] Eclipse-powered development
1577+
http://spring.io/tools/sts[SpringSource Tool Suite] Eclipse-powered development
15781578
environment or https://github.com/spring-projects/spring-roo[Spring Roo] this
15791579
boilerplate configuration can be easily created with few mouse clicks or keystrokes.
15801580

@@ -3546,9 +3546,7 @@ The interested reader may also find the `ServiceLocatorFactoryBean` (in the
35463546
ServiceLocatorFactoryBean is similar to that of another utility class,
35473547
`ObjectFactoryCreatingFactoryBean`, but it allows you to specify your own lookup
35483548
interface as opposed to a Spring-specific lookup interface. Consult the JavaDocs for
3549-
these classes as well as this
3550-
http://blog.arendsen.net/index.php/2006/10/05/on-the-servicelocatorfactorybean-dlas-and-the-sustainability-of-code-and-design/[blog
3551-
entry] for additional information ServiceLocatorFactoryBean.
3549+
these classes for additional information.
35523550
====
35533551

35543552
[[beans-factory-arbitrary-method-replacement]]
@@ -22278,7 +22276,7 @@ developer.
2227822276
| Action| Spring| You
2227922277

2228022278
| Define connection parameters.
22281-
| ____
22279+
|
2228222280
| X
2228322281

2228422282
| Open the connection.
@@ -28847,7 +28845,7 @@ produced result.
2884728845

2884828846
Explaining the motivation for async request processing and when or why to use it are
2884928847
beyond the scope of this document. For further information you may wish to read
28850-
https://spring.io/blog/2012/05/06/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
28848+
http://spring.io/blog/2012/05/07/spring-mvc-3-2-preview-introducing-servlet-3-async-support[this
2885128849
blog post series].
2885228850

2885328851
[[mvc-ann-async-exceptions]]
@@ -31151,7 +31149,7 @@ Or in XML:
3115131149
See the following links and pointers for more resources about Spring Web MVC:
3115231150

3115331151
* There are many excellent articles and tutorials that show how to build web
31154-
applications with Spring MVC. Read them at the https://spring.io/docs[Spring
31152+
applications with Spring MVC. Read them at the http://spring.io/docs[Spring
3115531153
Documentation] page.
3115631154
* "Expert Spring Web MVC and Web Flow" by Seth Ladd and others (published by Apress) is
3115731155
an excellent hard copy source of Spring Web MVC goodness.
@@ -33501,7 +33499,7 @@ object after the method returns.
3350133499

3350233500
For an example of creating an Atom view please refer to Alef Arendsen's SpringSource
3350333501
Team Blog
33504-
http://blog.springsource.com/2009/03/16/adding-an-atom-view-to-an-application-using-springs-rest-support/[entry].
33502+
http://spring.io/blog/2009/03/16/adding-an-atom-view-to-an-application-using-spring-s-rest-support[entry].
3350533503

3350633504
[[view-xml-marshalling]]
3350733505
=== XML Marshalling View
@@ -33554,7 +33552,7 @@ For more information about SWF, consult the Spring Web Flow website.
3355433552

3355533553
This chapter details Spring's integration with third party web frameworks such as
3355633554
http://java.sun.com/javaee/javaserverfaces/[JSF], http://struts.apache.org/[Struts],
33557-
http://www.opensymphony.com/webwork/[WebWork], and
33555+
http://en.wikipedia.org/wiki/WebWork[WebWork], and
3355833556
http://tapestry.apache.org/[Tapestry].
3355933557

3356033558
One of the core value propositions of the Spring Framework is that of enabling
@@ -45949,44 +45947,44 @@ http://docs.spring.io/spring-framework/docs/3.2.0.RC2_to_3.2.0.RELEASE[3.2.0.RC2
4594945947
The following packages and types have been wholly or partially deprecated in Spring
4595045948
Framework 3.2 and may be removed in a future version. Click through to the linked
4595145949
Javadoc for each item for exact details. See also the
45952-
http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/deprecated-list.html[complete
45950+
http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/deprecated-list.html[complete
4595345951
list of deprecations] in the framework.
4595445952

45955-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/orm/ibatis/package-summary.html[org.springframework.orm.ibatis]
45956-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/scheduling/backportconcurrent/package-summary.html[org.springframework.scheduling.backportconcurrent]
45957-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/ejb/support/package-summary.html[org.springframework.ejb.support]
45958-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.html[org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter]
45959-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/jsf/DelegatingVariableResolver.html[org.springframework.web.jsf.DelegatingVariableResolver]
45960-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/jsf/SpringBeanVariableResolver.html[org.springframework.web.jsf.SpringBeanVariableResolver]
45961-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/ui/velocity/CommonsLoggingLogSystem.html[org.springframework.ui.velocity.CommonsLoggingLogSystem]
45962-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/ui/velocity/VelocityEngineUtils.html[org.springframework.ui.velocity.VelocityEngineUtils]
45963-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/beans/factory/config/BeanReferenceFactoryBean.html[org.springframework.beans.factory.config.BeanReferenceFactoryBean]
45964-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/beans/factory/config/CommonsLogFactoryBean.html[org.springframework.beans.factory.config.CommonsLogFactoryBean]
45965-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/instrument/classloading/oc4j/OC4JLoadTimeWeaver.html[org.springframework.beans.instrument.classloading.oc4j.OC4JLoadTimeWeaver]
45966-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/transaction/jta/OC4JJtaTransactionManager.html[org.springframework.transaction.jta.OC4JJtaTransactionManager]
45967-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/util/ExpressionEvaluationUtils.html[org.springframework.web.util.ExpressionEvaluationUtils]
45968-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter.html[org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter]
45969-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerExceptionResolver.html[org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver]
45970-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/servlet/mvc/annotation/DefaultAnnotationHandlerMapping.html[org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping]
45971-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/servlet/mvc/annotation/ServletAnnotationMappingUtils.html[org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils]
45972-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/jmx/support/MBeanRegistrationSupport.html[org.springframework.jmx.support.MBeanRegistrationSupport]
45973-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/test/context/ContextConfigurationAttributes.html[org.springframework.test.context.ContextConfigurationAttributes]
45974-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.html[org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests]:
45953+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/orm/ibatis/package-summary.html[org.springframework.orm.ibatis]
45954+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/scheduling/backportconcurrent/package-summary.html[org.springframework.scheduling.backportconcurrent]
45955+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/ejb/support/package-summary.html[org.springframework.ejb.support]
45956+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/http/converter/xml/XmlAwareFormHttpMessageConverter.html[org.springframework.http.converter.xml.XmlAwareFormHttpMessageConverter]
45957+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/jsf/DelegatingVariableResolver.html[org.springframework.web.jsf.DelegatingVariableResolver]
45958+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/jsf/SpringBeanVariableResolver.html[org.springframework.web.jsf.SpringBeanVariableResolver]
45959+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/ui/velocity/CommonsLoggingLogSystem.html[org.springframework.ui.velocity.CommonsLoggingLogSystem]
45960+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/ui/velocity/VelocityEngineUtils.html[org.springframework.ui.velocity.VelocityEngineUtils]
45961+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/beans/factory/config/BeanReferenceFactoryBean.html[org.springframework.beans.factory.config.BeanReferenceFactoryBean]
45962+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/beans/factory/config/CommonsLogFactoryBean.html[org.springframework.beans.factory.config.CommonsLogFactoryBean]
45963+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/instrument/classloading/oc4j/OC4JLoadTimeWeaver.html[org.springframework.beans.instrument.classloading.oc4j.OC4JLoadTimeWeaver]
45964+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/transaction/jta/OC4JJtaTransactionManager.html[org.springframework.transaction.jta.OC4JJtaTransactionManager]
45965+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/util/ExpressionEvaluationUtils.html[org.springframework.web.util.ExpressionEvaluationUtils]
45966+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerAdapter.html[org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerAdapter]
45967+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/servlet/mvc/annotation/AnnotationMethodHandlerExceptionResolver.html[org.springframework.web.servlet.mvc.annotation.AnnotationMethodHandlerExceptionResolver]
45968+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/servlet/mvc/annotation/DefaultAnnotationHandlerMapping.html[org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping]
45969+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/servlet/mvc/annotation/ServletAnnotationMappingUtils.html[org.springframework.web.servlet.mvc.annotation.ServletAnnotationMappingUtils]
45970+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/jmx/support/MBeanRegistrationSupport.html[org.springframework.jmx.support.MBeanRegistrationSupport]
45971+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/test/context/ContextConfigurationAttributes.html[org.springframework.test.context.ContextConfigurationAttributes]
45972+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/test/context/junit4/AbstractTransactionalJUnit4SpringContextTests.html[org.springframework.test.context.junit4.AbstractTransactionalJUnit4SpringContextTests]:
4597545973
use of the `simpleJdbcTemplate` instance variable has been deprecated in favor of the
4597645974
new `jdbcTemplate` instance variable.
45977-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.html[org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests]:
45975+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/test/context/testng/AbstractTransactionalTestNGSpringContextTests.html[org.springframework.test.context.testng.AbstractTransactionalTestNGSpringContextTests]:
4597845976
use of the `simpleJdbcTemplate` instance variable has been deprecated in favor of the
4597945977
new `jdbcTemplate` instance variable.
45980-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/test/jdbc/SimpleJdbcTestUtils.html[org.springframework.test.jdbc.SimpleJdbcTestUtils]
45978+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/test/jdbc/SimpleJdbcTestUtils.html[org.springframework.test.jdbc.SimpleJdbcTestUtils]
4598145979
has been deprecated in favor of `JdbcTestUtils` which now contains all of the
4598245980
functionality previously available in `SimpleJdbcTestUtils`.
45983-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/servlet/view/ContentNegotiatingViewResolver.html[org.springframework.web.servlet.view.ContentNegotiatingViewResolver]
45984-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/transaction/interceptor/TransactionAspectUtils.html[org.springframework.transaction.interceptor.TransactionAspectUtils]
45985-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/http/HttpStatus.html[org.springframework.http.HttpStatus]
45986-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/web/util/UriUtils.html[org.springframework.web.util.UriUtils]
45987-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/orm/jpa/vendor/TopLinkJpaDialect.html[org.springframework.orm.jpa.vendor.TopLinkJpaDialect]
45988-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/orm/jpa/vendor/TopLinkJpaVendorAdapter.html[org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter]
45989-
* http://docs.spring.io/spring/docs/3.2.0.RELEAS/javadoc-api/org/springframework/util/CachingMapDecorator.html[org.springframework.orm.util.CachingMapDecorator]
45981+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/servlet/view/ContentNegotiatingViewResolver.html[org.springframework.web.servlet.view.ContentNegotiatingViewResolver]
45982+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/transaction/interceptor/TransactionAspectUtils.html[org.springframework.transaction.interceptor.TransactionAspectUtils]
45983+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/http/HttpStatus.html[org.springframework.http.HttpStatus]
45984+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/web/util/UriUtils.html[org.springframework.web.util.UriUtils]
45985+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/orm/jpa/vendor/TopLinkJpaDialect.html[org.springframework.orm.jpa.vendor.TopLinkJpaDialect]
45986+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/orm/jpa/vendor/TopLinkJpaVendorAdapter.html[org.springframework.orm.jpa.vendor.TopLinkJpaVendorAdapter]
45987+
* http://docs.spring.io/spring/docs/3.2.0.RELEASE/javadoc-api/org/springframework/util/CachingMapDecorator.html[org.springframework.orm.util.CachingMapDecorator]
4599045988

4599145989
[[xsd-config]]
4599245990
== XML Schema-based configuration

0 commit comments

Comments
 (0)