From 3ac6a60071fb920a858cd9930349fd99efb0f637 Mon Sep 17 00:00:00 2001 From: Clare Donnelly Date: Wed, 11 Mar 2015 20:39:05 +0000 Subject: [PATCH] TILES-583 changed the broken link --- src/site/apt/tutorial/integration/frameworks.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/site/apt/tutorial/integration/frameworks.apt b/src/site/apt/tutorial/integration/frameworks.apt index 60867a0ef..722af8540 100644 --- a/src/site/apt/tutorial/integration/frameworks.apt +++ b/src/site/apt/tutorial/integration/frameworks.apt @@ -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.