You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2017/08/02 09:20:04 UTC

[whimsy] branch master updated: Use site-relative links

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

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 41aaa56  Use site-relative links
41aaa56 is described below

commit 41aaa5683e9c865992b24c52f823c94bbeface8a
Author: Sebb <se...@apache.org>
AuthorDate: Wed Aug 2 10:19:22 2017 +0100

    Use site-relative links
---
 www/index.html      | 2 +-
 www/technology.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/www/index.html b/www/index.html
index 3a80c89..2fd6920 100644
--- a/www/index.html
+++ b/www/index.html
@@ -31,7 +31,7 @@
         </div>
         <div class="col-sm-3 col-xs-3">
           <a href="/">
-            <img title="Whimsy project home" alt="Whimsy hat logo" src="https://whimsy.apache.org/whimsy.svg" width="145" height="101"/>
+            <img title="Whimsy project home" alt="Whimsy hat logo" src="/whimsy.svg" width="145" height="101"/>
           </a>
         </div>
         <div class="col-sm-5 col-xs-9 align-bottom">
diff --git a/www/technology.html b/www/technology.html
index 73928ed..6c369f7 100644
--- a/www/technology.html
+++ b/www/technology.html
@@ -23,7 +23,7 @@
       </div>
       <div class="col-sm-3 col-xs-3">
         <a href="/">
-          <img title="Whimsy logo" alt="Whimsy hat" src="https://whimsy.apache.org/whimsy.svg" width="145" height="101"/>
+          <img title="Whimsy logo" alt="Whimsy hat" src="/whimsy.svg" width="145" height="101"/>
         </a>
       </div>
       <div class="col-sm-5 col-xs-9 align-bottom">

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