From 1e20a4ea65e76168676529caca93a6f5eba3cff2 Mon Sep 17 00:00:00 2001 From: Eduardo Martins Date: Wed, 15 May 2024 12:30:13 +0100 Subject: [PATCH] [WFLY-19264] removes task-jsf README link to the no longer existent tasks quickstart --- tasks-jsf/README-source.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks-jsf/README-source.adoc b/tasks-jsf/README-source.adoc index 1eb58ff37e..9eb0c8fd72 100644 --- a/tasks-jsf/README-source.adoc +++ b/tasks-jsf/README-source.adoc @@ -17,7 +17,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`.