You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/08/23 21:13:39 UTC

[age-website] 01/01: Change manual url

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

joshinnis pushed a commit to branch manual-link
in repository https://gitbox.apache.org/repos/asf/age-website.git

commit c994404257bdc859cecd792a9122fc978da7b4e4
Author: Josh Innis <Jo...@gmail.com>
AuthorDate: Tue Aug 23 14:13:34 2022 -0700

    Change manual url
    
    change to the autogenerated docs build
---
 src/components/Navbar.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/components/Navbar.js b/src/components/Navbar.js
index 1b5f5a2..e3eda90 100644
--- a/src/components/Navbar.js
+++ b/src/components/Navbar.js
@@ -76,7 +76,7 @@ const Navbar = () => {
             </Menu.SubMenu>
             <Menu.SubMenu title="Documentation">
               <Menu.Item>
-                <a href="/age-manual/index.html" className="navbar-item" >
+                <a href="/docs/" className="navbar-item" >
                   Apache AGE Manual
                 </a>
               </Menu.Item>