You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/10/04 07:31:29 UTC

[myfaces-tobago] 01/04: demo: text

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

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

commit fd53f44a3907569ad4c28f46d3d671846ff01991
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Sep 28 15:46:28 2017 +0200

    demo: text
---
 .../src/main/webapp/content/10-intro/intro.xhtml                  | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
index 32fe5fe..aec7037 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.xhtml
@@ -22,10 +22,10 @@
                 xmlns:tc="http://myfaces.apache.org/tobago/component"
                 xmlns:ui="http://java.sun.com/jsf/facelets">
   <ui:param name="title" value="#{demoBundle.intro}"/>
-  <p>This is the demo of Tobago 3.
-    It shows the components and concepts of Tobago 3 and also should be a bit of a documentation.</p>
-  <p>If you want to migrate from Tobago 2.0 to 3.0, you'll find further information in the
-    <tc:link label="migration guide" outcome="/content/10-intro/50-migration/97-migration/migration30.xhtml"/>.</p>
+  <p>This is the demo of Tobago.
+    It shows the components and concepts of Tobago and is also a main part of the documentation.</p>
+  <p>If you want to migrate from an older version, you'll find further information in the
+    <tc:link label="migration guide" outcome="/content/10-intro/50-migration/migration.xhtml"/>.</p>
   <p>If you want to start this demo on you local machine, have a look at the section 'Local Demo'.</p>
 
   <tc:section label="Description">

-- 
To stop receiving notification emails like this one, please contact
"commits@myfaces.apache.org" <co...@myfaces.apache.org>.