You are viewing a plain text version of this content. The canonical link for it is here.
Posted to distributedlog-commits@bookkeeper.apache.org by si...@apache.org on 2017/08/15 21:32:37 UTC

[distributedlog] branch release-0.4.0-incubating updated: Hotfix - Update home page url from '/' to '/distributedlog'

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

sijie pushed a commit to branch release-0.4.0-incubating
in repository https://gitbox.apache.org/repos/asf/distributedlog.git


The following commit(s) were added to refs/heads/release-0.4.0-incubating by this push:
     new 9b34e74  Hotfix - Update home page url from '/' to '/distributedlog'
9b34e74 is described below

commit 9b34e7484cc77f23f9b1eac6e792d41c50b89f82
Author: Sijie Guo <si...@apache.org>
AuthorDate: Tue Aug 15 14:31:39 2017 -0700

    Hotfix - Update home page url from '/' to '/distributedlog'
---
 docs/_includes/header.html    | 2 +-
 website/_includes/header.html | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_includes/header.html b/docs/_includes/header.html
index 14dc063..b1962db 100644
--- a/docs/_includes/header.html
+++ b/docs/_includes/header.html
@@ -2,7 +2,7 @@
 <nav class="navbar navbar-default navbar-fixed-top">
   <div class="container">
     <div class="navbar-header">
-      <a href="/" class="navbar-brand" >
+      <a href="/distributedlog" class="navbar-brand" >
         <img alt="Brand" style="height: 28px" src="{{ "/images/distributedlog_logo_navbar.png" | prepend: site.baseurl }}">
       </a>
       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
diff --git a/website/_includes/header.html b/website/_includes/header.html
index 4a5ce5f..a14d1bc 100644
--- a/website/_includes/header.html
+++ b/website/_includes/header.html
@@ -1,7 +1,7 @@
 <nav class="navbar navbar-default navbar-fixed-top">
   <div class="container">
     <div class="navbar-header">
-      <a href="/" class="navbar-brand" >
+      <a href="/distributedlog" class="navbar-brand" >
         <img alt="Brand" style="height: 28px" src="{{ "/images/distributedlog_logo_navbar.png" | prepend: site.baseurl }}">
       </a>
       <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">

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