Skip to content

Commit

Permalink
chore: fix docs links
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 committed Jan 15, 2025
1 parent b4f73e5 commit 234c139
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<h6 align="center">
<a target="_blank" href="https://swaylend.com">Website</a>
·
<a target="_blank" href="https://docs.swaylend.com/">Docs</a>
<a target="_blank" href="https://swaylend.gitbook.io/swaylend-docs/">Docs</a>
·
<a target="_blank" href="https://x.com/swaylend">Twitter</a>
</h6>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ export const BorrowTable = () => {
You cannot Borrow assets while you have an active Earn
position. Learn more about how{' '}
<a
href="https://docs.swaylend.com/navigate-swaylend"
href="https://swaylend.gitbook.io/swaylend-docs/get-started/navigate-swaylend"
target="_blank"
rel="noreferrer"
className="underline hover:opacity-90 text-white"
Expand Down Expand Up @@ -524,7 +524,7 @@ export const BorrowTable = () => {
You cannot Borrow assets while you have an active Earn position.
Learn more about how{' '}
<a
href="https://docs.swaylend.com/navigate-swaylend"
href="https://swaylend.gitbook.io/swaylend-docs/get-started/navigate-swaylend"
target="_blank"
rel="noreferrer"
className="underline hover:opacity-90 text-white"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ export const LendTable = () => {
You cannot Lend assets while you have an active borrowing
position. Learn more about how{' '}
<a
href="https://docs.swaylend.com/navigate-swaylend"
href="https://swaylend.gitbook.io/swaylend-docs/get-started/navigate-swaylend"
target="_blank"
rel="noreferrer"
className="underline hover:opacity-90 text-white"
Expand Down Expand Up @@ -480,7 +480,7 @@ export const LendTable = () => {
You cannot Lend assets while you have an active borrowing
position. Learn more about how{' '}
<a
href="https://docs.swaylend.com/navigate-swaylend"
href="https://swaylend.gitbook.io/swaylend-docs/get-started/navigate-swaylend"
target="_blank"
rel="noreferrer"
className="underline hover:opacity-90 text-white"
Expand Down
10 changes: 5 additions & 5 deletions apps/frontend/src/components/Footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const Footer = () => {
<Image src={GITHUB} alt="Github logo" width={20} height={20} />
</a>
<a
href="https://docs.swaylend.com/"
href="https://swaylend.gitbook.io/swaylend-docs/"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -91,7 +91,7 @@ export const Footer = () => {
<div className="text-primary text-sm font-semibold">LEARN</div>
<div className="mt-2 flex flex-col gap-y-1">
<a
href="https://docs.swaylend.com/"
href="https://swaylend.gitbook.io/swaylend-docs/"
target="_blank"
rel="noreferrer"
>
Expand All @@ -110,14 +110,14 @@ export const Footer = () => {
<div className="text-primary text-sm font-semibold">LEGAL</div>
<div className="mt-2 flex flex-col gap-y-1">
<a
href="https://docs.swaylend.com/legal/swaylend-website-terms-of-use"
href="https://swaylend.gitbook.io/swaylend-docs/legal/swaylend-website-terms-of-use"
target="_blank"
rel="noreferrer"
>
Terms of Use
</a>
<a
href="https://docs.swaylend.com/legal/terms-and-condition"
href="https://swaylend.gitbook.io/swaylend-docs/legal/terms-and-condition"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -150,7 +150,7 @@ export const Footer = () => {
<Image src={GITHUB} alt="GitHub logo" width={21} height={21} />
</a>
<a
href="https://docs.swaylend.com/"
href="https://swaylend.gitbook.io/swaylend-docs/"
target="_blank"
rel="noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export const GeneralInfo = ({
, for smart contract review. To learn more about the audit reports
and risks involved with using Swaylend, please visit the{' '}
<a
href="https://docs.swaylend.com/"
href="https://swaylend.gitbook.io/swaylend-docs/"
className="text-primary underline"
target="_blank"
rel="noreferrer"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const TermsAndConditions = ({
>
I confirm that I have read, understand and accept the{' '}
<Link
href="https://docs.swaylend.com/legal/terms-and-condition"
href="https://swaylend.gitbook.io/swaylend-docs/legal/terms-and-condition"
className="underline text-primary"
target="_blank"
>
Expand Down

0 comments on commit 234c139

Please sign in to comment.