Author: mck Date: Thu Mar 12 13:08:46 2015 New Revision: 1666175 URL: http://svn.apache.org/r1666175 Log: TILES-583 changed the broken link
Just changed the link in the web framework integrations page to point to the version of spring-mvc that has the sample code in it's repository. Contribution from Clare Donnelly ref: https://github.com/apache/tiles/pull/3 Modified: tiles/framework/branches/TILES_3_0_X/src/site/apt/tutorial/integration/frameworks.apt Modified: tiles/framework/branches/TILES_3_0_X/src/site/apt/tutorial/integration/frameworks.apt URL: http://svn.apache.org/viewvc/tiles/framework/branches/TILES_3_0_X/src/site/apt/tutorial/integration/frameworks.apt?rev=1666175&r1=1666174&r2=1666175&view=diff ============================================================================== --- tiles/framework/branches/TILES_3_0_X/src/site/apt/tutorial/integration/frameworks.apt (original) +++ tiles/framework/branches/TILES_3_0_X/src/site/apt/tutorial/integration/frameworks.apt Thu Mar 12 13:08:46 2015 @@ -39,5 +39,5 @@ Integration with other web Frameworks For a closer look at custom integrations the - {{{https://github.com/spring-projects/spring-framework/tree/master/spring-webmvc-tiles3/src/main/java/org/springframework/web/servlet/view/tiles3}spring code}}: + {{{https://github.com/spring-projects/spring-framework/tree/v3.2.0.RELEASE/spring-webmvc-tiles3/src/main/java/org/springframework/web/servlet/view/tiles3}spring code}}: forms a good example.
