Merge pull request #27 from taiki-e/urls

Update urls
pull/8/head
Florian Gilcher 5 years ago committed by GitHub
commit 01cbee565e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save