pholser / junit-quickcheck

Property-based testing, JUnit-style
MIT License
959 stars 122 forks source link

Brooken google group link in documentation #411

Closed DavidDTA closed 2 years ago

DavidDTA commented 2 years ago

The documentation has a link to a google group, which says "Content unavailable" when followed.

sohah commented 2 years ago

@pholser, can someone follow up on that link, please? I want to use junit-QuickCheck in my research, and I wanted to seek ask questions or find out if people have already answered them on previous threads on the google group. It would be great if we have this link working again, failing that, what would be the best way to ask questions and seek help. Thanks!

pholser commented 2 years ago

Corrected on master.

https://groups.google.com/u/1/g/junit-quickcheck

sohah commented 2 years ago

I get "content unavailable" message when I click on the link above. Perhaps it needs the same fix as this issue

pholser commented 2 years ago

try now?

sohah commented 2 years ago

Yes, that now works. I no longer get "Content unavailable" but I am prompted to join the group. Thank you for addressing this!

DavidDTA commented 2 years ago

One note on the new url you posted: Google's apps unfortunately hardcode which user you're logged in with into the url. I suggest removing /u/1 from the url to make it more versitile in case someone has access to the group via a user which is not second in their user list.

pholser commented 2 years ago

Done.