Skip to content

Commit

Permalink
Update links
Browse files Browse the repository at this point in the history
  • Loading branch information
immrsd committed Aug 30, 2024
1 parent 91115d6 commit 0731abc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/modules/ROOT/pages/api/token_common.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Reference of extension and utilities that are common to multiple token standards

[.contract]
[[IERC2981]]
=== `++IERC2981++` link:https://github.com/OpenZeppelin/cairo-contracts/blob/release-v0.15.0/packages/token/src/common/erc2981/interface.cairo[{github-icon},role=heading-link]
=== `++IERC2981++` link:https://github.com/OpenZeppelin/cairo-contracts/blob/release-v0.16.0/packages/token/src/common/erc2981/interface.cairo[{github-icon},role=heading-link]

[.hljs-theme-dark]
```cairo
Expand Down Expand Up @@ -46,7 +46,7 @@ unit of exchange.

[.contract]
[[ERC2981Component]]
=== `++ERC2981Component++` link:https://github.com/OpenZeppelin/cairo-contracts/blob/release-v0.15.0/packages/token/src/common/erc2981/erc2981.cairo[{github-icon},role=heading-link]
=== `++ERC2981Component++` link:https://github.com/OpenZeppelin/cairo-contracts/blob/release-v0.16.0/packages/token/src/common/erc2981/erc2981.cairo[{github-icon},role=heading-link]

```cairo
use openzeppelin::token::common::erc2981::ERC2981Component;
Expand Down

0 comments on commit 0731abc

Please sign in to comment.