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 2022/02/15 15:18:25 UTC

[myfaces-homepage] branch master updated: fix: doc links

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-homepage.git


The following commit(s) were added to refs/heads/master by this push:
     new ea25cd8  fix: doc links
ea25cd8 is described below

commit ea25cd875c4130e758e2418bf764dba17bee0fea
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Tue Feb 15 16:18:18 2022 +0100

    fix: doc links
    
    issue: TOBAGO-2112
---
 tobago/tobago-vm/apache-proxy/000-default.conf | 18 +++++++++---------
 tobago/tobago-vm/apache-proxy/001-ssl.conf     | 18 +++++++++---------
 2 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/tobago/tobago-vm/apache-proxy/000-default.conf b/tobago/tobago-vm/apache-proxy/000-default.conf
index d5fd56c..81235fd 100644
--- a/tobago/tobago-vm/apache-proxy/000-default.conf
+++ b/tobago/tobago-vm/apache-proxy/000-default.conf
@@ -27,15 +27,15 @@ ServerName tobago-demo.apache.org
   CustomLog ${APACHE_LOG_DIR}/access.log combined
 
 # Permanent external links:
-  Redirect temp /intro.html             /demo-5-snapshot/content/10-intro/intro.xhtml
-  Redirect temp /getting-started.html   /demo-5-snapshot/content/10-intro/10-getting-started/getting-started.xhtml
-  Redirect temp /whats-new.html         /demo-5-snapshot/content/10-intro/30-whats-new/whats-new.xhtml
-  Redirect temp /migration.html         /demo-5-snapshot/content/10-intro/50-migration/migration.xhtml
-  Redirect temp /compatibility.html     /demo-5-snapshot/content/10-intro/60-compatibility/compatibility.xhtml
-  Redirect temp /faq.html               /demo-5-snapshot/content/10-intro/70-faq/faq.xhtml
-  Redirect temp /api.html               /demo-5-snapshot/content/10-intro/80-api/api.xhtml
-  Redirect temp /download.html          /demo-5-snapshot/content/10-intro/85-download/download.xhtml
-  Redirect temp /release-checklist.html /demo-5-snapshot/content/10-intro/90-release-checklist/release-checklist.xhtml
+  Redirect temp /intro.html             "/demo-5-snapshot/content/000-intro/intro.xhtml"
+  Redirect temp /getting-started.html   "/demo-5-snapshot/content/000-intro/10-getting-started/Getting-Started.xhtml"
+  Redirect temp /whats-new.html         "/demo-5-snapshot/content/000-intro/30-whats-new/What's-New.xhtml"
+  Redirect temp /migration.html         "/demo-5-snapshot/content/000-intro/50-migration/Migration.xhtml"
+  Redirect temp /compatibility.html     "/demo-5-snapshot/content/000-intro/60-compatibility/Compatibility.xhtml"
+  Redirect temp /faq.html               "/demo-5-snapshot/content/000-intro/70-faq/FAQ.xhtml"
+  Redirect temp /api.html               "/demo-5-snapshot/content/000-intro/80-api/API.xhtml"
+  Redirect temp /download.html          "/demo-5-snapshot/content/000-intro/85-download/Download.xhtml"
+  Redirect temp /release-checklist.html "/demo-5-snapshot/content/000-intro/90-release-checklist/Release-Checklist.xhtml"
 
 # 5
 
diff --git a/tobago/tobago-vm/apache-proxy/001-ssl.conf b/tobago/tobago-vm/apache-proxy/001-ssl.conf
index 5f96524..a38d84b 100644
--- a/tobago/tobago-vm/apache-proxy/001-ssl.conf
+++ b/tobago/tobago-vm/apache-proxy/001-ssl.conf
@@ -33,15 +33,15 @@ MDomain tobago-demo.apache.org
   Protocols h2 http/1.1 acme-tls/1
 
 # Permanent external links:
-  Redirect temp /intro.html             /demo-5-snapshot/content/10-intro/intro.xhtml
-  Redirect temp /getting-started.html   /demo-5-snapshot/content/10-intro/10-getting-started/getting-started.xhtml
-  Redirect temp /whats-new.html         /demo-5-snapshot/content/10-intro/30-whats-new/whats-new.xhtml
-  Redirect temp /migration.html         /demo-5-snapshot/content/10-intro/50-migration/migration.xhtml
-  Redirect temp /compatibility.html     /demo-5-snapshot/content/10-intro/60-compatibility/compatibility.xhtml
-  Redirect temp /faq.html               /demo-5-snapshot/content/10-intro/70-faq/faq.xhtml
-  Redirect temp /api.html               /demo-5-snapshot/content/10-intro/80-api/api.xhtml
-  Redirect temp /download.html          /demo-5-snapshot/content/10-intro/85-download/download.xhtml
-  Redirect temp /release-checklist.html /demo-5-snapshot/content/10-intro/90-release-checklist/release-checklist.xhtml
+  Redirect temp /intro.html             "/demo-5-snapshot/content/000-intro/intro.xhtml"
+  Redirect temp /getting-started.html   "/demo-5-snapshot/content/000-intro/10-getting-started/Getting-Started.xhtml"
+  Redirect temp /whats-new.html         "/demo-5-snapshot/content/000-intro/30-whats-new/What's-New.xhtml"
+  Redirect temp /migration.html         "/demo-5-snapshot/content/000-intro/50-migration/Migration.xhtml"
+  Redirect temp /compatibility.html     "/demo-5-snapshot/content/000-intro/60-compatibility/Compatibility.xhtml"
+  Redirect temp /faq.html               "/demo-5-snapshot/content/000-intro/70-faq/FAQ.xhtml"
+  Redirect temp /api.html               "/demo-5-snapshot/content/000-intro/80-api/API.xhtml"
+  Redirect temp /download.html          "/demo-5-snapshot/content/000-intro/85-download/Download.xhtml"
+  Redirect temp /release-checklist.html "/demo-5-snapshot/content/000-intro/90-release-checklist/Release-Checklist.xhtml"
 
 # 5