Skip to content

Commit d5a56ae

Browse files
authored
Merge pull request #1506 from onflow/brian-doyle/tweak-cadence-guides
Update deployment article
2 parents 886e65a + 705960e commit d5a56ae

File tree

7 files changed

+362
-191
lines changed

7 files changed

+362
-191
lines changed

docs/blockchain-development-tutorials/cadence/cadence-advantages/compose-with-cadence-transactions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,6 +434,6 @@ This approach gives you the freedom to build complex application logic that comp
434434
[transaction]: https://cadence-lang.org/docs/language/transactions
435435
[account commands]: ../../../build/tools/flow-cli/commands#account-management
436436
[Send the transaction]: ../../../build/tools/flow-cli/commands#send-transaction
437-
[emulator]: ../../../build/tools/flow-cli/deployment/start-emulator
437+
[emulator]: ../../../build/tools/emulator/index.md
438438
[MintExampleNFT transaction]: https://github.com/mfbz/flow-nft-tester/blob/main/cadence/transactions/MintExampleNFT.cdc
439439
[testnet Flowscan]: https://testnet.flowscan.io/

docs/build/cadence/advanced-concepts/flix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
- FCL
1212
- interaction templates
1313
- template service
14-
sidebar_position: 3
14+
sidebar_position: 10
1515
---
1616

1717
# FLIX (Flow Interaction Templates)

0 commit comments

Comments
 (0)