This is an automated email from the ASF dual-hosted git repository.
zregvart pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/master by this push:
new 6c2b433 fix: links in Antora theme footer
6c2b433 is described below
commit 6c2b433c440f3d1cb38d7b9fdace1be42283d5ce
Author: Zoran Regvart <[email protected]>
AuthorDate: Fri Jul 26 10:10:20 2019 +0200
fix: links in Antora theme footer
---
antora-ui-camel/src/partials/footer-content.hbs | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
diff --git a/antora-ui-camel/src/partials/footer-content.hbs
b/antora-ui-camel/src/partials/footer-content.hbs
index 4775984..a736ee1 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -7,23 +7,23 @@
<div class="col-md-3">
<h5>Overview</h5>
<ul class="list-unstyled">
- <li><a
href="{{../../siteRootPath}}/news/">News</a></li>
- <li><a
href="{{../siteRootPath}}/components/latest/">Components</a></li>
- <li><a
href="{{../../siteRootPath}}/download/">Download</a></li>
- <li><a
href="{{../siteRootPath}}/docs/getting-started/">Getting started</a></li>
- <li><a
href="{{../siteRootPath}}/manual/latest/faq.html">FAQ</a></li>
+ <li><a href="{{siteRootPath}}/news/">News</a></li>
+ <li><a
href="{{siteRootPath}}/components/latest/">Components</a></li>
+ <li><a
href="{{siteRootPath}}/download/">Download</a></li>
+ <li><a
href="{{siteRootPath}}/docs/getting-started/">Getting started</a></li>
+ <li><a
href="{{siteRootPath}}/manual/latest/faq.html">FAQ</a></li>
</ul>
</div>
<div class="col-md-3">
<h5>Community</h5>
<ul class="list-unstyled">
- <li><a
href="{{../siteRootPath}}/community/support/">Support</a></li>
+ <li><a
href="{{siteRootPath}}/community/support/">Support</a></li>
<li><a
href="https://github.com/apache/camel/blob/master/CONTRIBUTING.md">Contributing</a></li>
- <li><a
href="{{../siteRootPath}}/community/user-stories/">User stories</a></li>
- <li><a
href="{{../siteRootPath}}/community/articles/">Articles</a></li>
- <li><a
href="{{../siteRootPath}}/community/books/">Books</a></li>
- <li><a
href="{{../siteRootPath}}/community/team/">Team</a></li>
- <li><a
href="{{../siteRootPath}}/community/camel-extra/">Camel extra</a></li>
+ <li><a
href="{{siteRootPath}}/community/user-stories/">User stories</a></li>
+ <li><a
href="{{siteRootPath}}/community/articles/">Articles</a></li>
+ <li><a
href="{{siteRootPath}}/community/books/">Books</a></li>
+ <li><a
href="{{siteRootPath}}/community/team/">Team</a></li>
+ <li><a
href="{{siteRootPath}}/community/camel-extra/">Camel extra</a></li>
</ul>
</div>
<div class="col-md-3">
@@ -45,4 +45,4 @@
their respective owners.
</div>
</footer>
-
\ No newline at end of file
+