Skip to content

Commit

Permalink
update doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
BurntSushi committed Aug 27, 2017
1 parent 4f94190 commit adaff2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "chan-signal"
version = "0.3.0" #:version
authors = ["Andrew Gallant <[email protected]>"]
description = "Listen to OS signals with channels."
documentation = "http:https://burntsushi.net/rustdoc/chan_signal/"
documentation = "https:https://docs.rs/chan-signal"
homepage = "https://github.com/BurntSushi/chan-signal"
repository = "https://github.com/BurntSushi/chan-signal"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Dual-licensed under MIT or the [UNLICENSE](http:https://unlicense.org).

### Documentation

[http:https://burntsushi.net/rustdoc/chan_signal/](http:https://burntsushi.net/rustdoc/chan_signal/).
https:https://docs.rs/chan-signal


### Example
Expand Down

0 comments on commit adaff2d

Please sign in to comment.