sparckles / Robyn

Robyn is a Super Fast Async Python Web Framework with a Rust runtime.
https://robyn.tech/
BSD 2-Clause "Simplified" License
3.95k stars 203 forks source link

Broken link in README.md #687

Closed danielhoherd closed 8 months ago

danielhoherd commented 8 months ago

The link to community resources https://beta.robyn.tech/documentation/api_reference/community-resources#talks in the repo README.md is broken, and in fact even https://beta.robyn.tech is returning "deployment not found"

sansyrox commented 8 months ago

Hey @danielhoherd 👋

Thank you for pointing this out. We recently migrated away from the beta site. I will fix this :D

danielhoherd commented 8 months ago

@sansyrox one thing you can set up to avoid this is an automated site link checker like muffet. https://github.com/ruzickap/action-my-broken-link-checker

sansyrox commented 8 months ago

Hey @danielhoherd 👋

How would that work with our readme? Does it also detect links?

danielhoherd commented 8 months ago

@sansyrox great question! It looks like muffet wouldn't work in this case, but there are other tools that check markdown for broken links, like https://github.com/tcort/markdown-link-check

sansyrox commented 8 months ago

That is a great suggestion @danielhoherd 😄 I will have a look