Skip to content

Commit 687dfd7

Browse files
authored
Merge pull request ProjectOpenSea#1349 from strmfos/main
fix broken link
2 parents 082eab8 + 1d2c7f3 commit 687dfd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/Code4rena-Guidelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,12 @@ A full suite of unit tests using Hardhat and Foundry have been provided in this
8686

8787
## Information:
8888

89-
[https://docs.opensea.io/v2.0/reference/seaport-overview](https://docs.opensea.io/v2.0/reference/seaport-overview)
89+
[https://docs.opensea.io/docs/seaport](https://docs.opensea.io/docs/seaport)
9090

9191
### Reference Implementation:
9292

9393
The reference folder has its own implementation of Seaport which is designed to be readable and have feature parity with the Seaport.sol. We created the Reference implementation because a lot of Seaport is optimized by using assembly and interesting memory management techniques, that often make the code hard to read and understand. The Reference should be easy to read and work the same exact way, but it is NOT what is deployed. So if you find an issue with parity or a bug / vulnerability in the reference implementation, please report it but be advised that it will not classify as a medium or high-severity finding.
9494

9595
## Test contracts
9696

97-
Test contracts and non-solidity files are explicitly out of scope for the competition, though issues and PRs with any new tests you write as part of your investigation are greatly appreciated.
97+
Test contracts and non-solidity files are explicitly out of scope for the competition, though issues and PRs with any new tests you write as part of your investigation are greatly appreciated.

0 commit comments

Comments
 (0)