diff --git a/docs/modules/ROOT/pages/udc.adoc b/docs/modules/ROOT/pages/udc.adoc index 823ee7c96..844be7a0d 100644 --- a/docs/modules/ROOT/pages/udc.adoc +++ b/docs/modules/ROOT/pages/udc.adoc @@ -109,7 +109,7 @@ let deployed_addr = udc.deploy_contract(class_hash, salt, true, calldata.span()) :pedersen: link:https://docs.starknet.io/documentation/architecture_and_concepts/Cryptography/hash-functions/#pedersen_hash[Pedersen] :poseidon: link:https://docs.starknet.io/documentation/architecture_and_concepts/Cryptography/hash-functions/#poseidon_hash[Poseidon] :origin-dependent-deployments: xref:origin_dependent[origin-dependent deployments] -:previous-udc-api: link:https://docs.openzeppelin.com/contracts-cairo/0.6.1/udc#api_specification[previous Universal Deployer API] +:previous-udc-api: https://docs.starknet.io/documentation/architecture_and_concepts/Smart_Contracts/universal-deployer/[previous Universal Deployer API] :contract-deployed-event: xref:/api/udc.adoc#IUniversalDeployer-ContractDeployed[ContractDeployed] NOTE: See the {previous-udc-api} for the initial spec.