From fbb9176a85a3268cd4f3801193f0696c78b7b261 Mon Sep 17 00:00:00 2001 From: Jack Date: Mon, 3 Jun 2024 13:13:36 +0800 Subject: [PATCH] Update jpa-elide namespce to com.paiondata.elide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7e48049c..796b50ac 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Documentation JWT supports 3 kinds of webservice templates: - [A general scaffolding without any vertical-business logics](https://qubitpi.github.io/jersey-webservice-template/docs/intro) -- [A JPA webservice template backed by yahoo/elide](https://qubitpi.github.io/jersey-webservice-template/docs/category/jpa-through-yahooelide) +- [A JPA webservice template backed by yahoo/elide](https://qubitpi.github.io/jersey-webservice-template/docs/elide/intro) - An async jobstore webservice template similar to yahoo/fili's JobStore design (Developing...) Comprehensive documentation is viewable on our [website][Documentation]