File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ function explicitOwnershipOf(
14
14
) public view returns (TokenOwnership memory)
15
15
```
16
16
17
- Returns the [ ` TokenOwnership ` ] ( erc721a#tokenownership ) struct at ` tokenId ` without reverting.
17
+ Returns the [ ` TokenOwnership ` ] ( erc721a-upgradeable #tokenownership ) struct at ` tokenId ` without reverting.
18
18
19
19
This is useful for on-chain and off-chain querying of ownership data for tokenomics.
20
20
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ These are the current set of modules that can be optionally implemented by Sound
27
27
28
28
#### Metadata modules
29
29
30
- - [ GoldenEggMetadata] ( /protocol/modules/golden-egg-metadata ) - Implements the Golden Egg used by sound.xyz.
30
+ - [ GoldenEggMetadata] ( /protocol/modules/metadata/ golden-egg-metadata ) - Implements the Golden Egg used by sound.xyz.
31
31
32
32
#### Minter modules
33
33
You can’t perform that action at this time.
0 commit comments