This is an automated email from the ASF dual-hosted git repository. hbshin pushed a commit to branch new-web in repository https://gitbox.apache.org/repos/asf/age-website.git
The following commit(s) were added to refs/heads/new-web by this push: new 58b068b Update AGE Manual link new 368e819 Merge branch 'new-web' of https://github.com/apache/age-website into new-web 58b068b is described below commit 58b068b01c02b0a87106133643fced5718f593f4 Author: Hanbyeol Shin / David Shin / 신한별 <76985229+shinhanby...@users.noreply.github.com> AuthorDate: Wed Aug 24 17:22:04 2022 +0900 Update AGE Manual link --- src/components/Navbar.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Navbar.js b/src/components/Navbar.js index 1b5f5a2..9f4f430 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="/age-manual/master/index.html" className="navbar-item"> Apache AGE Manual </a> </Menu.Item> @@ -148,9 +148,9 @@ const Navbar = () => { {/* <Link className="navbar-item" to="/age-manual"> Apache AGE Manual </Link> */} - <a href="/age-manual/index.html" className="navbar-item" > + <a href="/age-manual/master/index.html" className="navbar-item"> Apache AGE Manual - </a> + </a> </Menu.Item> </Menu.SubMenu> </Menu>