Skip to content

Commit

Permalink
fix broken docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
saml33 committed Dec 27, 2021
1 parent 4371cf2 commit 5db9359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/AccountInfo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ export default function AccountInfo() {
<div>
{t('tooltip-account-liquidated')}{' '}
<a
href="https://docs.mango.markets/mango-v3/overview#health"
href="https://docs.mango.markets/mango/health-overview"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion components/MarketPosition.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export default function MarketPosition() {
<div>
{t('pnl-help')}{' '}
<a
href="https://docs.mango.markets/mango-v3/overview#settle-pnl"
href="https://docs.mango.markets/mango/settle-pnl"
target="_blank"
rel="noopener noreferrer"
>
Expand Down

0 comments on commit 5db9359

Please sign in to comment.