princeton-nlp / SWE-bench

[ICLR 2024] SWE-bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
2k stars 348 forks source link

Fix broken links in README.md #213

Closed thaiminhpv closed 2 months ago

thaiminhpv commented 2 months ago

Reference Issues/PRs

What does this implement/fix? Explain your changes.

This PR fix the following broken links:

https://github.com/princeton-nlp/SWE-bench/tree/main/swebench/assets/collection.md -> https://github.com/princeton-nlp/SWE-bench/tree/main/assets/collection.md

https://github.com/princeton-nlp/SWE-bench/tree/main/swebench/harness/evaluation.md -> https://github.com/princeton-nlp/SWE-bench/tree/main/assets/evaluation.md

john-b-yang commented 2 months ago

Thanks for the fixes @thaiminhpv, approved + merged!