Skip to content

fix broken links CHANGELOG.md #2410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -1943,7 +1943,7 @@ mod erc20 {

> Note: we now require a mandatory ink! version in the header. You're welcome.

See the [ERC20 example](https://github.com/use-ink/ink/blob/master/examples/erc20/src/lib.rs).
See the [ERC20 example](https://github.com/use-ink/ink/blob/master/integration-tests/public/upgradeable-contracts/delegator/lib.rs).

### ink! Contract Tag

Expand Down Expand Up @@ -2271,7 +2271,7 @@ let accumulator = Accumulator::new(init_value)
</tr>
</table>

See the [delegator example](https://github.com/use-ink/ink/blob/master/examples/delegator/lib.rs).
See the [delegator example](https://github.com/use-ink/ink/blob/master/integration-tests/public/upgradeable-contracts/delegator/lib.rs).

### Contract Tests

Expand Down