This is an automated email from the ASF dual-hosted git repository.
tsato pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-website.git
The following commit(s) were added to refs/heads/main by this push:
new f24512c fix(layouts): download link in footer
f24512c is described below
commit f24512cc9764aca1e13b11ead4c073e18508084e
Author: Tadayoshi Sato <[email protected]>
AuthorDate: Tue Jun 29 13:46:40 2021 +0900
fix(layouts): download link in footer
---
layouts/partials/footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html
index 0adc2f7..90b51a4 100644
--- a/layouts/partials/footer.html
+++ b/layouts/partials/footer.html
@@ -16,7 +16,7 @@
<dd><a href="/blog/">Blog</a></dd>
<dd><a href="/docs/">Documentation</a></dd>
<dd><a href="/community/support/">Community</a></dd>
- <dd><a href="/blog/">Download</a></dd>
+ <dd><a href="/download/">Download</a></dd>
</dl>
<input id="footer-toggle-documentation" type="checkbox"
title="Show/Hide Documentation section" />
<dl>