This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site.git
commit ef77f82f8a2a76bbb52d807b4d9cc4e8faf14705 Author: Felix Gonschorek <[email protected]> AuthorDate: Sun Feb 8 16:20:16 2026 +0100 fix link to principles.adoc page which resides in userguide --- modules/ROOT/pages/getting-started.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/getting-started.adoc b/modules/ROOT/pages/getting-started.adoc index 80faf46..89cd918 100644 --- a/modules/ROOT/pages/getting-started.adoc +++ b/modules/ROOT/pages/getting-started.adoc @@ -228,4 +228,4 @@ You can see the files in `src/webapp/context/mybootstrap`, and the overrides to == What's next? To deepen your understanding, step through the xref:tutorial:index.adoc[Tapestry Tutorial], which goes into much more detail about setting up your project as well as loading it into Eclipse... then continues on to teach you more about Tapestry. -Be sure to read about the core xref:principles.adoc[Tapestry Principles], and browse the xref:userguide::index.adoc[User Guide]. +Be sure to read about the core xref:userguide::principles.adoc[Tapestry Principles], and browse the xref:userguide::index.adoc[User Guide].
