You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2023/11/24 10:30:53 UTC

(myfaces-tobago) branch main updated: docs(migration-guide): add missing link

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/main by this push:
     new c4378002da docs(migration-guide): add missing link
c4378002da is described below

commit c4378002da9a3794c0dcb575fe6207caf710faee
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Fri Nov 24 11:29:41 2023 +0100

    docs(migration-guide): add missing link
---
 .../src/main/webapp/content/000-intro/50-migration/Migration.xhtml    | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/Migration.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/Migration.xhtml
index 7d981d95de..062a73e80a 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/Migration.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/000-intro/50-migration/Migration.xhtml
@@ -29,6 +29,10 @@
     </p>
 
     <ul>
+      <li>
+        <tc:link label="Upgrade from 5.0 to 6.0"
+                 outcome="/content/000-intro/50-migration/94-migration/5.0_to_6.0.xhtml"/>
+      </li>
       <li>
         <tc:link label="Upgrade from 4.0 to 5.0"
                  outcome="/content/000-intro/50-migration/95-migration/4.0_to_5.0.xhtml"/>