You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ak...@apache.org on 2023/02/23 21:28:04 UTC

[mahout] branch trunk updated: MAHOUT-2160 - Add asf link to footer

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

akm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/mahout.git


The following commit(s) were added to refs/heads/trunk by this push:
     new f65c2713d MAHOUT-2160 - Add asf link to footer
     new 2b7a8720e Merge pull request #425 from rawkintrevo/2160
f65c2713d is described below

commit f65c2713d7635f7a4ef7fb7ffa0e5696812c6f1f
Author: Trevor Grant <ra...@apache.org>
AuthorDate: Thu Feb 23 13:21:29 2023 -0600

    MAHOUT-2160 - Add asf link to footer
---
 website/_includes/footer.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/_includes/footer.html b/website/_includes/footer.html
index 7ba9cd772..f5926559a 100644
--- a/website/_includes/footer.html
+++ b/website/_includes/footer.html
@@ -1,5 +1,5 @@
 <footer class="footer bg-light">
     <div class="container text-center small">
-        Copyright &copy; 2014-{{ site.time | date: '%Y' }} The Apache Software Foundation, Licensed under the Apache License, Version 2.0.
+        Copyright &copy; 2014-{{ site.time | date: '%Y' }} <a href="http://www.apache.org/">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0.
     </div>
 </footer>