Skip to content

Commit a3a3840

Browse files
authored
Update TokenOwnership broken link (#109)
* chore: fixed broken GoldenEggMetadata link * Update TokenOwnership broken link
1 parent 80ef149 commit a3a3840

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pages/protocol/libraries/erc721a-queryable-upgradeable.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ function explicitOwnershipOf(
1414
) public view returns (TokenOwnership memory)
1515
```
1616

17-
Returns the [`TokenOwnership`](erc721a#tokenownership) struct at `tokenId` without reverting.
17+
Returns the [`TokenOwnership`](erc721a-upgradeable#tokenownership) struct at `tokenId` without reverting.
1818

1919
This is useful for on-chain and off-chain querying of ownership data for tokenomics.
2020

pages/protocol/overview/design.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ These are the current set of modules that can be optionally implemented by Sound
2727

2828
#### Metadata modules
2929

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.
3131

3232
#### Minter modules
3333

0 commit comments

Comments
 (0)