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 d306314 chore: update links to the FAQ
d306314 is described below
commit d30631445f0db433d9787294cebf3f81bc863acb
Author: Zoran Regvart <[email protected]>
AuthorDate: Fri Apr 3 16:40:14 2020 +0200
chore: update links to the FAQ
With the split FAQ we need to change the URLs in the footer that point
to the old version of the FAQ in the user manual.
---
antora-ui-camel/src/partials/footer-content.hbs | 2 +-
layouts/partials/footer.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/antora-ui-camel/src/partials/footer-content.hbs
b/antora-ui-camel/src/partials/footer-content.hbs
index 0aa34cb..4f37be5 100644
--- a/antora-ui-camel/src/partials/footer-content.hbs
+++ b/antora-ui-camel/src/partials/footer-content.hbs
@@ -12,7 +12,7 @@
<dd><a
href="{{siteRootPath}}/components/latest/">Components</a></dd>
<dd><a href="{{siteRootPath}}/download/">Download</a></dd>
<dd><a
href="{{siteRootPath}}/manual/latest/getting-started.html">Getting
started</a></dd>
- <dd><a
href="{{siteRootPath}}/manual/latest/faq.html">FAQ</a></dd>
+ <dd><a
href="{{siteRootPath}}/manual/latest/faq/index.html">FAQ</a></dd>
</dl>
<dl>
<dt>Community</dt>
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 465a47a..04050cd 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
<dd><a href="/components/latest/">Components</a></dd>
<dd><a href="/download/">Download</a></dd>
<dd><a href="/manual/latest/getting-started.html">Getting
started</a></dd>
- <dd><a href="/manual/latest/faq.html">FAQ</a></dd>
+ <dd><a href="/manual/latest/faq/index.html">FAQ</a></dd>
</dl>
<dl>