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

jbertram pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 01a4b8e  Simplify link
01a4b8e is described below

commit 01a4b8e7df5d95cf3f566ded880c2016958b1dec
Author: Justin Bertram <[email protected]>
AuthorDate: Sun Apr 11 16:19:04 2021 -0500

    Simplify link
---
 src/_includes/nav.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/_includes/nav.html b/src/_includes/nav.html
index 98b5130..32cba94 100644
--- a/src/_includes/nav.html
+++ b/src/_includes/nav.html
@@ -9,7 +9,7 @@
         <div class="ml-auto collapse navbar-collapse" id="navbarContent">
             <ul class="navbar-nav ml-auto">
                 <li class="nav-item">
-                    <a class="nav-link active" 
href="{{site.baseurl}}/index.html">Home</a>
+                    <a class="nav-link active" href="{{site.baseurl}}">Home</a>
                 </li>
                 <li class="nav-item dropdown">
                     <a class="nav-link" id="navbarDropdownComponents" 
data-target="#" href="" data-toggle="dropdown" aria-haspopup="true" 
aria-expanded="false">Components<span class="caret"></span></a>

Reply via email to