Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,6 @@ This approach gives you the freedom to build complex application logic that comp
[transaction]: https://cadence-lang.org/docs/language/transactions
[account commands]: ../../../build/tools/flow-cli/commands#account-management
[Send the transaction]: ../../../build/tools/flow-cli/commands#send-transaction
[emulator]: ../../../build/tools/flow-cli/deployment/start-emulator
[emulator]: ../../../build/tools/emulator/index.md
[MintExampleNFT transaction]: https://github.com/mfbz/flow-nft-tester/blob/main/cadence/transactions/MintExampleNFT.cdc
[testnet Flowscan]: https://testnet.flowscan.io/
2 changes: 1 addition & 1 deletion docs/build/cadence/advanced-concepts/flix.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords:
- FCL
- interaction templates
- template service
sidebar_position: 3
sidebar_position: 10
---

# FLIX (Flow Interaction Templates)
Expand Down
Loading