mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-26 00:00:16 +02:00
signal: Update docs urls and such
This commit is contained in:
committed by
Carl Lerche
parent
b33ae3cdd6
commit
468b037e4e
@@ -4,7 +4,7 @@ An implementation of Unix signal handling for Tokio
|
||||
|
||||
[](https://travis-ci.org/alexcrichton/tokio-signal)
|
||||
|
||||
[Documentation](https://alexcrichton.github.io/tokio-signal)
|
||||
[Documentation](https://docs.rs/tokio-signal)
|
||||
|
||||
## Usage
|
||||
|
||||
@@ -12,7 +12,7 @@ First, add this to your `Cargo.toml`:
|
||||
|
||||
```toml
|
||||
[dependencies]
|
||||
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }
|
||||
tokio-signal = "0.1"
|
||||
```
|
||||
|
||||
Next, add this to your crate:
|
||||
|
||||
Reference in New Issue
Block a user