This is an automated email from the ASF dual-hosted git repository.
gian pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/druid-website-src.git
The following commit(s) were added to refs/heads/master by this push:
new 001b8d6 fix broken link to Docs
new c4928a8 Merge pull request #151 from druid-matt/patch-6
001b8d6 is described below
commit 001b8d60ecb183137416e5a6cd0a230b54c9ccd2
Author: Matt Sarrel <[email protected]>
AuthorDate: Wed Aug 19 20:41:27 2020 -0700
fix broken link to Docs
---
_includes/page_footer.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/_includes/page_footer.html b/_includes/page_footer.html
index e46436b..2f3bc2e 100644
--- a/_includes/page_footer.html
+++ b/_includes/page_footer.html
@@ -6,7 +6,7 @@
<a href="/technology">Technology</a> · 
<a href="/use-cases">Use Cases</a> · 
<a href="/druid-powered">Powered by Druid</a> · 
- <a href="/docs/latest">Docs</a> · 
+ <a href="/docs/latest/">Docs</a> · 
<a href="/community/">Community</a> · 
<a href="/downloads.html">Download</a> · 
<a href="/faq">FAQ</a>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]