Skip to content

Commit

Permalink
update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Nov 17, 2022
1 parent 187edd8 commit f08a985
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ how to report new bugs, coding standards, and development guidelines.

## Community
- Check out [@BaoCommunity](https://twitter.com/BaoCommunity) on twitter
- Take a look at the official [BAO docs](https://docs.bao.finance/)
- Take a look at the official [BAO docs](https://info.bao.finance/docs/)
- Join our [discord](https://discord.gg/BW3P62vJXT)
2 changes: 1 addition & 1 deletion src/components/Footer/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Nav: React.FC = () => {
</StyledLink>
</Tooltipped>
<Tooltipped content='Documentation' placement='top'>
<StyledLink target='_blank' href='https://docs.bao.finance/' aria-label='Documentation'>
<StyledLink target='_blank' href='https://info.bao.finance/docs/' aria-label='Documentation'>
<FontAwesomeIcon icon={faBook} />
</StyledLink>
</Tooltipped>
Expand Down
2 changes: 1 addition & 1 deletion src/components/MobileMenu/MobileMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const MobileMenu: React.FC<MobileMenuProps> = ({ onDismiss, visible }) => {
<StyledAbsoluteLink href='https://gov.bao.finance' target='_blank'>
Forum
</StyledAbsoluteLink>
<StyledAbsoluteLink href='https://docs.bao.finance' target='_blank'>
<StyledAbsoluteLink href='https://info.bao.finance/docs' target='_blank'>
Docs
</StyledAbsoluteLink>
</StyledMobileMenu>
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar/components/Nav.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const Nav: React.FC = () => {
<StyledAbsoluteLink href='https://gov.bao.finance' target='_blank'>
Forum
</StyledAbsoluteLink>
<StyledAbsoluteLink href='https://docs.bao.finance' target='_blank'>
<StyledAbsoluteLink href='https://info.bao.finance/docs' target='_blank'>
Docs
</StyledAbsoluteLink>
</StyledNav>
Expand Down
2 changes: 1 addition & 1 deletion src/views/Farms/components/Modals.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ export const FeeModal: React.FC<FeeModalProps> = ({ pid, show, onHide }) => {
<Row>
<p style={{ textAlign: 'center', padding: '16px' }}>
Your first deposit activates and each withdraw resets the timer for penalities and fees, this is pool based. Be sure to read the{' '}
<a href='https://docs.bao.finance/' target='_blank' rel='noopener noreferrer'>
<a href='https://info.bao.finance/docs/' target='_blank' rel='noopener noreferrer'>
docs
</a>{' '}
before using the farms so you are familiar with protocol risks and fees!
Expand Down
2 changes: 1 addition & 1 deletion src/views/Markets/Markets.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const Markets: React.FC = () => {
Bao Markets is currently in a soft launch. Collateral Factors for
synths are set low intentionally, and they will be adjusted as the
protocol sees usage over the coming weeks. Please be prudent,{' '}
<a href="https://docs.bao.finance">
<a href="https://info.bao.finance/docs">
<FontAwesomeIcon icon={faFileAlt} /> read the docs
</a>
, and{' '}
Expand Down

0 comments on commit f08a985

Please sign in to comment.