Contributors guide link is broken
Describe the bug The link to the Contributors guide in Readme.md is broken
To Reproduce Steps to reproduce the behaviour:
- Go to 'Contributing'
- Click on 'contributor's guide.'
- See the page not found error.
Expected behavior It should have opened to contributing guideline link.
Screenshots
I found this issue happens to multiple repos of ZIO official libraries also.
This is because zio-sbt, plugin used to generate the README.md file wasn't versioned up correctly.
As you can see in project/plugin.sbt, the version currently used of zio-sbt is v0.3.10 but the correct README.md can be generated by v0.4.0.
Although I'm not sure whether to fix this or not since v0.4.0 is tagged 'alpha'.
zio-kafka is using alpha version of v0.4.0, and GitHub Action is automatically versioning up zio-sbt. I think this could be applied to others that aren't.
@987Nabil @jdegoes It can be closed now. It's working fine now in latest version