Skip to content

Commit

Permalink
fix: broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
ericnordelo committed Dec 23, 2024
1 parent 86debd4 commit 7eec097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/udc.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7eec097

Please sign in to comment.