From ca582a5adeff18b378934294d1c759357c82512c Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Thu, 15 Aug 2019 19:57:20 +0900 Subject: [PATCH] Update urls --- Cargo.toml | 4 ++-- README.md | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f675ec4..7891057 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.1.0" authors = ["Stjepan Glavina "] 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"] diff --git a/README.md b/README.md index 4dbf07d..3253ab6 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Async version of the Rust standard library - - + + - + @@ -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: