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

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


The following commit(s) were added to refs/heads/main by this push:
     new 85196bf44 Pointing papers link to actual page
85196bf44 is described below

commit 85196bf44a99da8234abf50368838415b1a7834b
Author: Andrew Musselman <[email protected]>
AuthorDate: Mon Mar 4 15:35:50 2024 -0800

    Pointing papers link to actual page
---
 website/_includes/navbar.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/_includes/navbar.html b/website/_includes/navbar.html
index 846448839..e942e8273 100644
--- a/website/_includes/navbar.html
+++ b/website/_includes/navbar.html
@@ -40,7 +40,7 @@
                        aria-expanded="false">Documentation</a>
                     <div class="dropdown-menu" 
aria-labelledby="navbarDropdownMenuLink">
                         <a class="dropdown-item"
-                           href="/papers">Papers</a>
+                           href="/papers.html">Papers</a>
                         <a class="dropdown-item"
                            href="/documentation/users">User Guide</a>
                         <a class="dropdown-item"

Reply via email to