Skip to content

Commit

Permalink
fix(devx) make link absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-tortora committed Dec 11, 2024
1 parent f355a8b commit d4e3852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/developer/iota-101/using-events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Then, within your function, you can emit an event using the [`emit`](../../refer
<Tabs>

<TabItem value="RPC" label="IOTA RPC">
The IOTA RPC provides a [`queryEvents`](../../references/iota-api-ref#iotax_queryEvents) method to query on-chain packages and return available events. As an example, the following `curl` command queries the Deepbook package on Mainnet for a specific type of event:
The IOTA RPC provides a [`queryEvents`](/iota-api-ref#iotax_queryEvents) method to query on-chain packages and return available events. As an example, the following `curl` command queries the Deepbook package on Mainnet for a specific type of event:

```sh
curl -X POST https://api.testnet.iota.cafe:443 \
Expand Down

0 comments on commit d4e3852

Please sign in to comment.