From a656a2cae797ed9051b139c9433cbe92b2fca9ef Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Fri, 6 Sep 2013 15:24:55 -0500 Subject: [PATCH] Add tut-web to sidebar --- SIDEBAR.ftl.md | 2 ++ SIDEBAR.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/SIDEBAR.ftl.md b/SIDEBAR.ftl.md index c335b514cc..dd5cbc0b5a 100644 --- a/SIDEBAR.ftl.md +++ b/SIDEBAR.ftl.md @@ -17,8 +17,10 @@ There's more to data integration than what is covered here. You can continue to ### Tutorials * [Designing and Implementing RESTful Web Services with Spring][tut-rest] +* [Designing and Implementing a Web Site with Spring][tut-web] [tut-rest]: /guides/tutorials/rest +[tut-web]: /guides/tutorials/web ### Concepts and technologies diff --git a/SIDEBAR.md b/SIDEBAR.md index 1e75491d75..b13f52cb8d 100644 --- a/SIDEBAR.md +++ b/SIDEBAR.md @@ -17,8 +17,10 @@ There's more to data integration than what is covered here. You can continue to ### Tutorials * [Designing and Implementing RESTful Web Services with Spring][tut-rest] +* [Designing and Implementing a Web Site with Spring][tut-web] [tut-rest]: /guides/tutorials/rest +[tut-web]: /guides/tutorials/web ### Concepts and technologies