rustbox
rustbox copied to clipboard
Fix doc link in readme
Fixes #83
Makes the link at least point somewhere that exists but there is no extra information on that page. Seems the root cause is in the docs build failing:
https://docs.rs/crate/rustbox/0.11.0/builds/102651
Which is a result of broken termbox-sys build.rs file. See issue: https://github.com/gchp/termbox-sys/issues/11