Skip to content

Commit

Permalink
Fix link to docs in README.
Browse files Browse the repository at this point in the history
The previous link resulted in:
http:https://burntsushi.net/rustdoc/chan_signal/ → 302
https://docs.rs/chan_signal/ → 404

Fixes #18.
  • Loading branch information
David Fifield authored and BurntSushi committed Jan 12, 2018
1 parent 28d3745 commit 72ea22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ just like anything else.
TL;DR - Spawn a thread, block on `sigwait`, deliver signals, repeat.

It's
[explained a bit more in the docs](http:https://burntsushi.net/rustdoc/chan_signal/#how-it-works).
[explained a bit more in the docs](https:https://docs.rs/chan-signal/#how-it-works).

0 comments on commit 72ea22f

Please sign in to comment.