From d4e3852dc6d893ff8cd017f840eb061e4c51b621 Mon Sep 17 00:00:00 2001 From: Lucas Tortora Date: Wed, 11 Dec 2024 15:27:18 -0300 Subject: [PATCH] fix(devx) make link absolute --- docs/content/developer/iota-101/using-events.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/developer/iota-101/using-events.mdx b/docs/content/developer/iota-101/using-events.mdx index a10d9d792d1..098608f61bb 100644 --- a/docs/content/developer/iota-101/using-events.mdx +++ b/docs/content/developer/iota-101/using-events.mdx @@ -58,7 +58,7 @@ Then, within your function, you can emit an event using the [`emit`](../../refer -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 \