purescript / pursuit

Website for hosting and searching PureScript API documentation
https://pursuit.purescript.org/
Other
169 stars 47 forks source link

Link to README in case of github rate limiting #418

Closed andys8 closed 4 years ago

andys8 commented 4 years ago

Tiny improvement to show hint and link to github in case the README couldn't be loaded due to rate limits.

Did not link to the README file directly, because wrong casing or ending would result in 404 (e.g. README.md, Readme.md, readme.markdown).

Closes #417

hdgarrood commented 4 years ago

Looks good!