From 2642f58d115ad2a1baec02982884306fe68361f8 Mon Sep 17 00:00:00 2001 From: emmartins Date: Wed, 15 May 2024 15:28:18 +0000 Subject: [PATCH] Commit from GitHub Actions (WildFly Quickstarts Update 'README.adoc's) --- tasks-jsf/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks-jsf/README.adoc b/tasks-jsf/README.adoc index 86cee04ffe..f71354acd3 100644 --- a/tasks-jsf/README.adoc +++ b/tasks-jsf/README.adoc @@ -216,7 +216,7 @@ The `tasks-jsf` quickstart demonstrates how to use JPA persistence with JSF as t == What is it? -The `tasks-jsf` quickstart demonstrates how to use JPA persistence with JSF as view layer in an application deployed to {productNameFull}. It provides a JSF front end for the link:../tasks/README.adoc[tasks] quickstart. +The `tasks-jsf` quickstart demonstrates how to use JPA persistence with JSF as view layer in an application deployed to {productNameFull}. The theme of this application is simple Task management with simple login. The project contains two entities - a `user` and a `task`.