From 9a41a6be10e3d54be436a597c6078d04c72e380e Mon Sep 17 00:00:00 2001 From: max-crawford <102705427+max-crawford@users.noreply.github.com> Date: Mon, 23 Sep 2024 18:02:18 -0400 Subject: [PATCH] Update create-chainhooks.mdx --- content/docs/stacks/platform/guides/create-chainhooks.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/docs/stacks/platform/guides/create-chainhooks.mdx b/content/docs/stacks/platform/guides/create-chainhooks.mdx index e317df70..4690bfd5 100644 --- a/content/docs/stacks/platform/guides/create-chainhooks.mdx +++ b/content/docs/stacks/platform/guides/create-chainhooks.mdx @@ -31,7 +31,7 @@ This will open a panel on the right to create a chainhook. Use the following fie `txid`, `block_height`, `fungible_token_event`, `non-fungible_token_event`, `stx_event`, `print_event`, and `contract_deployment`. -_Refer to the [Bitcoin predicates](../../chainhook/guides/chainhooks-with-bitcoin.md) and [Stacks predicates](../../chainhook/guides/chainhooks-with-stacks.md) documents to understand the available predicates and how to use them._ +_Refer to the [Bitcoin predicates](/stacks/chainhook/concepts/bitcoin-predicates) and [Stacks predicates](/stacks/chainhook/concepts/stacks-predicates) documents to understand the available predicates and how to use them._ @@ -77,7 +77,7 @@ To upload a chainhook, you can either select the "Upload Chainhook" button and c The upload file must be a .json file containing either a single json object representing a Chainhook predicate, or an array of json objects representing one or more Chainhook predicates. -Refer to the [Bitcoin predicates](../../chainhook/predicates/bitcoin) and [Stacks predicates](../../chainhook/predicates/stacks) documents to understand the available predicates and how your Chainhook predicate json for upload. +Refer to the [Bitcoin predicates](/stacks/chainhook/concepts/bitcoin-predicates) and [Stacks predicates](/stacks/chainhook/concepts/stacks-predicates) documents to understand the available predicates and how your Chainhook predicate json for upload. ## Edit a chainhook