You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by dj...@apache.org on 2021/07/21 23:00:43 UTC

[felix-antora-ui] 01/02: Projects >> Subprojects in header

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

djencks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-antora-ui.git

commit a9252d1aecb3955f5e73d02e3743254217b87d29
Author: David Jencks <dj...@apache.org>
AuthorDate: Wed Jul 21 16:00:14 2021 -0700

    Projects >> Subprojects in header
---
 src/partials/header-content.hbs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/partials/header-content.hbs b/src/partials/header-content.hbs
index b295dc8..98b1340 100644
--- a/src/partials/header-content.hbs
+++ b/src/partials/header-content.hbs
@@ -16,7 +16,7 @@
       <div class="navbar-end">
         <a class="navbar-item" href="{{{or site.url (or siteRootUrl siteRootPath)}}}/index.html">Home</a>
         <div class="navbar-item has-dropdown is-hoverable">
-          <a class="navbar-link" href="#">Projects</a>
+          <a class="navbar-link" href="#">Subprojects</a>
           <div class="navbar-dropdown">
             <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-dependency-manager.html"}}}">Dependency Manager</a>
             <a class="navbar-item" href="{{{relativize "/documentation/subprojects/apache-felix-event-admin.html"}}}">Event Admin</a>