Skip to content

Commit

Permalink
Merge pull request #99 from AgainIoT/feature/98
Browse files Browse the repository at this point in the history
Fix : old docs url corrected #98
  • Loading branch information
ymw0407 authored Oct 6, 2023
2 parents aa237b1 + 7bf461f commit 53c6e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/layout/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ export const Header = (props) => {
<MenuItem
key={"Docs"}
onClick={() =>
handleOpenNewTab("https://open-set-go.netlify.app/")
handleOpenNewTab("https://docs.open-set-go.com")
}
>
<Typography textAlign="center">Docs</Typography>
Expand Down Expand Up @@ -238,7 +238,7 @@ export const Header = (props) => {
<MenuItemWrapper
key="docs"
onClick={() =>
handleOpenNewTab("https://open-set-go.netlify.app/")
handleOpenNewTab("https://docs.open-set-go.com")
}
>
Docs
Expand Down

0 comments on commit 53c6e01

Please sign in to comment.