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`.