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/24 10:04:34 UTC

[myfaces-homepage] branch master updated: fix error 404 css in subdirectories

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 6a2c710  fix error 404 css in subdirectories
6a2c710 is described below

commit 6a2c710dd7163069983a8b8c75e65f65301644db
Author: Udo Schnurpfeil <ud...@irian.eu>
AuthorDate: Thu Feb 24 11:04:22 2022 +0100

    fix error 404 css in subdirectories
---
 tobago/tobago-vm/apache-proxy/error-404.html | 2 +-
 tobago/tobago-vm/apache-proxy/index.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tobago/tobago-vm/apache-proxy/error-404.html b/tobago/tobago-vm/apache-proxy/error-404.html
index cc2acdc..b2319bb 100644
--- a/tobago/tobago-vm/apache-proxy/error-404.html
+++ b/tobago/tobago-vm/apache-proxy/error-404.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
   <title>Tobago Demo</title>
-  <link href="bootstrap.min.css" rel="stylesheet">
+  <link href="/bootstrap.min.css" rel="stylesheet">
   <style>
       div.disabled {
           opacity: 0.3;
diff --git a/tobago/tobago-vm/apache-proxy/index.html b/tobago/tobago-vm/apache-proxy/index.html
index dbd6b24..390e4d7 100644
--- a/tobago/tobago-vm/apache-proxy/index.html
+++ b/tobago/tobago-vm/apache-proxy/index.html
@@ -4,7 +4,7 @@
   <meta charset="utf-8">
   <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
   <title>Tobago Demo</title>
-  <link href="bootstrap.min.css" rel="stylesheet">
+  <link href="/bootstrap.min.css" rel="stylesheet">
   <style>
     div.disabled {
       opacity: 0.3;