From 73eb6ed189cd3e3625a11cdeb213d948f611a9bf Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Mon, 25 Nov 2019 09:37:09 +0100 Subject: [PATCH] Adds a link to Struts Examples pages --- apps/showcase/src/main/webapp/WEB-INF/showcase.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/showcase/src/main/webapp/WEB-INF/showcase.jsp b/apps/showcase/src/main/webapp/WEB-INF/showcase.jsp index dbbbe75b6..92c1bfd60 100644 --- a/apps/showcase/src/main/webapp/WEB-INF/showcase.jsp +++ b/apps/showcase/src/main/webapp/WEB-INF/showcase.jsp @@ -39,7 +39,7 @@

Welcome!

The Struts Showcase demonstrates a variety of use cases and tag usages. Essentially, the application exercises various framework features in isolation. The Showcase is not meant as a "best practices" example.

-

For more "by example" solutions, see the Struts Cookbook » pages.

+

For more "by example" solutions, see the Struts Examples » pages.