Skip to content

Commit

Permalink
Link to ink-examples, not integration-tests (#2145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Müller authored Mar 8, 2024
1 parent 0f2b2c6 commit c92fda6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion crates/env/src/engine/off_chain/test_api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,8 @@ pub fn recorded_events() -> impl Iterator<Item = EmittedEvent> {
/// );
/// ```
///
/// 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<T, F>(
should_terminate: F,
expected_beneficiary: T::AccountId,
Expand Down
4 changes: 2 additions & 2 deletions crates/ink/src/env_access.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit c92fda6

Please sign in to comment.