Skip to content

Commit 56b1186

Browse files
authored
Update index.md
Fix Broken Link on Decentralized finance (DeFi). Bug: The link to 'More on flash loans' on the Ethereum website leads to a 404 error page instead of the intended Aave documentation. This broken link prevents users from accessing detailed information about flash loans. old link: https://aave.com/flash-loans new link: https://aave.com/docs/concepts/flash-loans
1 parent 31660ce commit 56b1186

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

public/content/defi/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ If exchange B's supply dropped suddenly and the user wasn't able to buy enough t
168168

169169
To be able to do the above example in the traditional finance world, you'd need an enormous amount of money. These money-making strategies are only accessible to those with existing wealth. Flash loans are an example of a future where having money is not necessarily a prerequisite for making money.
170170

171-
<ButtonLink isSecondary href="https://aave.com/flash-loans/">
171+
<ButtonLink isSecondary href="https://aave.com/docs/concepts/flash-loans">
172172
More on flash loans
173173
</ButtonLink>
174174

@@ -358,4 +358,4 @@ DeFi is an open-source movement. The DeFi protocols and applications are all ope
358358

359359
<Divider />
360360

361-
<QuizWidget quizKey="defi" />
361+
<QuizWidget quizKey="defi" />

0 commit comments

Comments
 (0)