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:38 UTC

[age-website] branch manual-link created (now c994404)

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

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


      at c994404  Change manual url

This branch includes the following new commits:

     new c994404  Change manual url

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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

Posted by jo...@apache.org.
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>