mirror of
https://github.com/async-rs/async-std.git
synced 2025-01-30 01:05:31 +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>"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0/MIT"
|
||||
repository = "https://github.com/stjepang/async-std"
|
||||
homepage = "https://github.com/stjepang/async-std"
|
||||
repository = "https://github.com/async-rs/async-std"
|
||||
homepage = "https://github.com/async-rs/async-std"
|
||||
documentation = "https://docs.rs/async-std"
|
||||
description = "Async version of the Rust standard library"
|
||||
keywords = ["async", "await", "future", "std", "task"]
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Async version of the Rust standard library
|
||||
|
||||
<!-- [![Build Status](https://travis-ci.org/stjepang/async-std.svg?branch=master)]( -->
|
||||
<!-- https://travis-ci.org/stjepang/async-std) -->
|
||||
<!-- [![Build Status](https://travis-ci.com/async-rs/async-std.svg?branch=master)]( -->
|
||||
<!-- https://travis-ci.com/async-rs/async-std) -->
|
||||
<!-- [![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)]( -->
|
||||
<!-- https://github.com/stjepang/async-std) -->
|
||||
<!-- https://github.com/async-rs/async-std) -->
|
||||
<!-- [![Cargo](https://img.shields.io/crates/v/async-std.svg)]( -->
|
||||
<!-- https://crates.io/crates/async-std) -->
|
||||
<!-- [![Documentation](https://docs.rs/async-std/badge.svg)]( -->
|
||||
|
@ -19,7 +19,7 @@ This crate is an async version of [`std`].
|
|||
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:
|
||||
|
|
Loading…
Reference in a new issue