Skip to content

Commit

Permalink
Merge pull request spring-projects#688 from ghillert/INT-2841
Browse files Browse the repository at this point in the history
* INT-2841: Fix broken links
  • Loading branch information
markfisher committed Nov 30, 2012
2 parents 28fa440 + a54312d commit 4ce08ad
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
2 changes: 1 addition & 1 deletion src/reference/docbook/amqp.xml
Expand Up @@ -548,7 +548,7 @@ this list can also be simple patterns to be matched against the header names (e.
</para>
<para>
Any user-defined headers within the AMQP
<classname><ulink url="http://static.springsource.org/spring-amqp/docs/latest-ga/apidocs/org/springframework/amqp/core/MessageProperties.html">MessageProperties</ulink></classname>
<classname><ulink url="http://static.springsource.org/spring-amqp/api/org/springframework/amqp/core/MessageProperties.html">MessageProperties</ulink></classname>
will NOT be copied to or from an AMQP Message, unless explicitly specified
by the <emphasis>requestHeaderNames</emphasis> and/or
<emphasis>replyHeaderNames</emphasis> properties of the
Expand Down
2 changes: 1 addition & 1 deletion src/reference/docbook/changes-2.0-2.1.xml
Expand Up @@ -29,7 +29,7 @@
<title>GemFire Support</title>
<para>
Spring Integration provides support for
<ulink url="http://www.vmware.com/products/vfabric-gemfire/overview.html">GemFire</ulink> by providing
<ulink url="http://www.vmware.com/products/application-platform/vfabric-gemfire/overview.html">GemFire</ulink> by providing
inbound adapters for entry and continuous query events, an outbound
adapter to write entries to the cache, and
<ulink url="http://static.springsource.org/spring-integration/api/org/springframework/integration/store/MessageStore.html">
Expand Down
4 changes: 2 additions & 2 deletions src/reference/docbook/jdbc.xml
Expand Up @@ -48,7 +48,7 @@
a generic mapper that just returns a <classname>Map</classname> for each
row in the query result. Optionally, this can be changed by adding a reference to
a <classname>RowMapper</classname> instance (see the
<ulink url="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/jdbc.html">Spring
<ulink url="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/jdbc.html">Spring
JDBC</ulink> documentation for more detailed information about row mapping).
</para>
<note>
Expand Down Expand Up @@ -442,7 +442,7 @@
package: there is a create and a drop script example for a range of common
database platforms. A common way to use these scripts is to reference
them in a <ulink
url="http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/jdbc.html#d0e24182">Spring
url="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/jdbc.html#jdbc-intializing-datasource">Spring
JDBC data source initializer</ulink>. Note that the scripts are provided
as samples or specifications of the the required table and column names.
You may find that you need to enhance them for production use (e.g. with
Expand Down
17 changes: 9 additions & 8 deletions src/reference/docbook/router.xml
Expand Up @@ -686,14 +686,15 @@
You may also find <emphasis>Collection Projection</emphasis> and <emphasis>Collection Selection</emphasis>
expressions useful to select multiple channels. For further information,
please see:

<itemizedlist>
<listitem>
<ulink url="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/expressions.html#d0e12084"/>
</listitem>
</itemizedlist>
</para>

</para>
<itemizedlist>
<listitem>
<ulink url="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/expressions.html#expressions-collection-projection">Collection Projection</ulink>
</listitem>
<listitem>
<ulink url="http://static.springsource.org/spring/docs/current/spring-framework-reference/html/expressions.html#expressions-collection-selection">Collection Selection</ulink>
</listitem>
</itemizedlist>
</section>

<section id="router-annotation">
Expand Down

0 comments on commit 4ce08ad

Please sign in to comment.