mirror of
https://github.com/async-rs/async-std.git
synced 2025-03-29 04:26:41 +00:00
Update urls
This commit is contained in:
parent
9b3e8b8f26
commit
ca582a5ade
2 changed files with 6 additions and 6 deletions
|
@ -4,8 +4,8 @@ version = "0.1.0"
|
||||||
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
|
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "Apache-2.0/MIT"
|
license = "Apache-2.0/MIT"
|
||||||
repository = "https://github.com/stjepang/async-std"
|
repository = "https://github.com/async-rs/async-std"
|
||||||
homepage = "https://github.com/stjepang/async-std"
|
homepage = "https://github.com/async-rs/async-std"
|
||||||
documentation = "https://docs.rs/async-std"
|
documentation = "https://docs.rs/async-std"
|
||||||
description = "Async version of the Rust standard library"
|
description = "Async version of the Rust standard library"
|
||||||
keywords = ["async", "await", "future", "std", "task"]
|
keywords = ["async", "await", "future", "std", "task"]
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
# Async version of the Rust standard library
|
# Async version of the Rust standard library
|
||||||
|
|
||||||
<!-- []( -->
|
<!-- []( -->
|
||||||
<!-- https://travis-ci.org/stjepang/async-std) -->
|
<!-- https://travis-ci.com/async-rs/async-std) -->
|
||||||
<!-- []( -->
|
<!-- []( -->
|
||||||
<!-- https://github.com/stjepang/async-std) -->
|
<!-- https://github.com/async-rs/async-std) -->
|
||||||
<!-- []( -->
|
<!-- []( -->
|
||||||
<!-- https://crates.io/crates/async-std) -->
|
<!-- https://crates.io/crates/async-std) -->
|
||||||
<!-- []( -->
|
<!-- []( -->
|
||||||
|
@ -19,7 +19,7 @@ This crate is an async version of [`std`].
|
||||||
Clone the repo:
|
Clone the repo:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone git@github.com:stjepang/async-std.git && cd async-std
|
git clone git@github.com:async-rs/async-std.git && cd async-std
|
||||||
```
|
```
|
||||||
|
|
||||||
Read the docs:
|
Read the docs:
|
||||||
|
|
Loading…
Reference in a new issue