This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch 3.1.0 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 037fcd7cd7de5c6dc76bba71540b9116b831de6b Author: Dan Haywood <[email protected]> AuthorDate: Sun Jul 7 17:37:10 2024 +0100 updates petclinic tutorial, minor tweak --- .../tutorials/modules/petclinic/pages/010-getting-started.adoc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/antora/components/tutorials/modules/petclinic/pages/010-getting-started.adoc b/antora/components/tutorials/modules/petclinic/pages/010-getting-started.adoc index 677e4ffba2..c9fb644b91 100644 --- a/antora/components/tutorials/modules/petclinic/pages/010-getting-started.adoc +++ b/antora/components/tutorials/modules/petclinic/pages/010-getting-started.adoc @@ -60,12 +60,7 @@ mvn clean install + [NOTE] ==== -The code at this tag was created by copying the `v2-jpa` tag of xref:docs:starters:simpleapp.adoc[SimpleApp]: - -[source,bash,subs="attributes+"] ----- -curl https://codeload.github.com/apache/causeway-app-simpleapp/zip/v2-jpa | jar xv ----- +The code at this tag was created from xref:docs:starters:simpleapp.adoc[SimpleApp] starter app. ==== * run the app:
