Skip to content

Commit

Permalink
Merge pull request #1291 from ProjectOpenSea/ryanio-patch-1
Browse files Browse the repository at this point in the history
Fix README.md interface link
  • Loading branch information
0age authored Nov 14, 2023
2 parents 6d8bf57 + c2e33e8 commit c07eb39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Seaport is a marketplace protocol for safely and efficiently buying and selling

Seaport is a marketplace protocol for safely and efficiently buying and selling NFTs. Each listing contains an arbitrary number of items that the offerer is willing to give (the "offer") along with an arbitrary number of items that must be received along with their respective receivers (the "consideration").

See the [documentation](docs/SeaportDocumentation.md), the [interface](contracts/interfaces/SeaportInterface.sol), and the full [interface documentation](https://docs.opensea.io/v2.0/reference/seaport-overview) for more information on Seaport.
See the [documentation](docs/SeaportDocumentation.md), the [interface](https://github.com/ProjectOpenSea/seaport-types/blob/main/src/interfaces/ConsiderationInterface.sol), and the full [interface documentation](https://docs.opensea.io/v2.0/reference/seaport-overview) for more information on Seaport.

## Deployments

Expand Down

0 comments on commit c07eb39

Please sign in to comment.