assertj / doc

AssertJ new website
https://assertj.github.io/doc/
Apache License 2.0
25 stars 26 forks source link

fix: broken links for migration scripts #131

Closed saburto closed 2 years ago

saburto commented 2 years ago

Current broken links:

https://github.com/assertj/assertj/tree/main/src/main/scripts/convert-junit-assertions-to-assertj.sh

and should be:

https://github.com/assertj/assertj/tree/main/assertj-core/src/main/scripts/convert-junit-assertions-to-assertj.sh

This PR just add the missing assertj-core folder path.

scordio commented 2 years ago

Good catch and thanks, @saburto!