Skip to content

Commit 03357e5

Browse files
committed
Fix hallucination
1 parent 445a62a commit 03357e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorials/defi/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ These tutorials will be updated, but you may need to refactor your code if the i
3434
- **[Introduction to DeFi Actions]** - Learn about DeFi Actions, a suite of standardized Cadence interfaces that enable developers to compose complex DeFi workflows using small, reusable components.
3535
- **[Connectors]** - Understand how connectors bridge standardized DeFi Actions interfaces with different DeFi protocols.
3636
- **[Scheduled Callbacks Introduction]** - Learn how to implement scheduled callbacks for time-based smart contract execution on Flow.
37-
- **[Stablecoins and Wrapped Assets]** - Discover how to work with stablecoins and wrapped assets in DeFi applications.
37+
- **[Basic Combinations]** - Learn how to combine DeFi actions to create new types of DeFi Actions.
3838

3939
## More Coming Soon
4040

@@ -46,4 +46,4 @@ Stay tuned—more tutorials and advanced guides are on the way!
4646
[Introduction to DeFi Actions]: ./intro-to-defi-actions.md
4747
[Connectors]: ./connectors.md
4848
[Scheduled Callbacks Introduction]: ./scheduled-callbacks-introduction.md
49-
[Stablecoins and Wrapped Assets]: ./stablecoins-and-wrapped-assets.md
49+
[Basic Combinations]: ./basic-combinations.md

0 commit comments

Comments
 (0)