You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@warble.apache.org by hu...@apache.org on 2018/06/11 20:50:33 UTC

[incubator-warble-website] branch asf-site updated: fix base href

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

humbedooh pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-warble-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new e17ff07  fix base href
e17ff07 is described below

commit e17ff07af685dfbadc63392ed0628fac2fc68d10
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Mon Jun 11 15:50:26 2018 -0500

    fix base href
---
 content/docs/asf.html       | 2 +-
 content/docs/community.html | 2 +-
 content/index.html          | 2 +-
 source/template.html        | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/content/docs/asf.html b/content/docs/asf.html
index 23a0d64..9cd8848 100644
--- a/content/docs/asf.html
+++ b/content/docs/asf.html
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
     <meta charset="utf-8">
     <meta property="og:image" content="https://warble.apache.org/images/warble-logo.png" />
-    <base href="../content/">
+    <base href="/">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=1280, initial-scale=1">
     <link href="css/warble.css" rel="stylesheet">
diff --git a/content/docs/community.html b/content/docs/community.html
index 0b6add4..a4496e0 100644
--- a/content/docs/community.html
+++ b/content/docs/community.html
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
     <meta charset="utf-8">
     <meta property="og:image" content="https://warble.apache.org/images/warble-logo.png" />
-    <base href="../content/">
+    <base href="/">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=1280, initial-scale=1">
     <link href="css/warble.css" rel="stylesheet">
diff --git a/content/index.html b/content/index.html
index 5197d21..16a10c2 100644
--- a/content/index.html
+++ b/content/index.html
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
     <meta charset="utf-8">
     <meta property="og:image" content="https://warble.apache.org/images/warble-logo.png" />
-    <base href="../content/">
+    <base href="/">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=1280, initial-scale=1">
     <link href="css/warble.css" rel="stylesheet">
diff --git a/source/template.html b/source/template.html
index 29d9d83..1f81bae 100644
--- a/source/template.html
+++ b/source/template.html
@@ -5,7 +5,7 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"><!-- Meta, title, CSS, favicons, etc. -->
     <meta charset="utf-8">
     <meta property="og:image" content="https://warble.apache.org/images/warble-logo.png" />
-    <base href="../content/">
+    <base href="/">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=1280, initial-scale=1">
     <link href="css/warble.css" rel="stylesheet">

-- 
To stop receiving notification emails like this one, please contact
humbedooh@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@warble.apache.org
For additional commands, e-mail: commits-help@warble.apache.org