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