Skip to content

Commit

Permalink
fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
nialexsan committed Jan 31, 2024
1 parent 2616ca8 commit 5a8ccd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/dapp-infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Events are data objects emitted at the end of a transaction, describing the stat

Events can notify your off-chain infrastructure of important state changes in your smart contracts. For instance, if a user purchases an NFT from your storefront smart contract, an event will be emitted describing this purchase. Your web application, displaying the NFTs for sale, can capture that event and remove the NFT from the sale list.

Events can be queried through the Flow Access API using the available [Flow SDKs](../tools/clients/index.md). Event data is returned in [JSON-Cadence format](../build/cadence-reference/json-cadence-spec.md).
Events can be queried through the Flow Access API using the available [Flow SDKs](../tools/clients/index.md). Event data is returned in [JSON-Cadence format](https://cadencelang.dev/docs/1.0/json-cadence-spec).

#### Event Reflection Database

Expand Down

0 comments on commit 5a8ccd8

Please sign in to comment.