diff --git a/crates/env/src/engine/off_chain/test_api.rs b/crates/env/src/engine/off_chain/test_api.rs index b36c58d2252..20fc67fa562 100644 --- a/crates/env/src/engine/off_chain/test_api.rs +++ b/crates/env/src/engine/off_chain/test_api.rs @@ -395,7 +395,8 @@ pub fn recorded_events() -> impl Iterator { /// ); /// ``` /// -/// See `integration-tests/contract-terminate` for a complete usage example. +/// See our [`contract-terminate`](https://github.com/paritytech/ink-examples/tree/main/contract-terminate) +/// example for a complete usage exemplification. pub fn assert_contract_termination( should_terminate: F, expected_beneficiary: T::AccountId, diff --git a/crates/ink/src/env_access.rs b/crates/ink/src/env_access.rs index 8476f421ff1..6479f74fb60 100644 --- a/crates/ink/src/env_access.rs +++ b/crates/ink/src/env_access.rs @@ -492,7 +492,7 @@ where /// # } /// ``` /// - /// See [our `delegator` example](https://github.com/paritytech/ink/tree/master/integration-tests/integration%20tests/examples/delegator) + /// See [our `delegator` example](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts#delegator) /// for a complete contract example. /// /// # Note @@ -579,7 +579,7 @@ where /// # } /// ``` /// - /// See [our `delegator` example](https://github.com/paritytech/ink/tree/master/integration-tests/integration%20tests/examples/delegator) + /// See [our `delegator` example](https://github.com/paritytech/ink-examples/tree/main/upgradeable-contracts#delegator) /// for a complete contract example. /// /// # Note