Update URLs

This commit is contained in:
Taiki Endo 2020-12-26 23:47:13 +09:00
parent 351824cf53
commit d2fe08800f
2 changed files with 5 additions and 5 deletions

View File

@ -5,8 +5,8 @@ authors = ["Stjepan Glavina <stjepang@gmail.com>"]
edition = "2018"
description = "Async filesystem primitives"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/stjepang/async-fs"
homepage = "https://github.com/stjepang/async-fs"
repository = "https://github.com/smol-rs/async-fs"
homepage = "https://github.com/smol-rs/async-fs"
documentation = "https://docs.rs/async-fs"
keywords = ["asynchronous", "file", "filesystem", "io"]
categories = ["asynchronous", "concurrency"]

View File

@ -1,9 +1,9 @@
# async-fs
[![Build](https://github.com/stjepang/async-fs/workflows/Build%20and%20test/badge.svg)](
https://github.com/stjepang/async-fs/actions)
[![Build](https://github.com/smol-rs/async-fs/workflows/Build%20and%20test/badge.svg)](
https://github.com/smol-rs/async-fs/actions)
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
https://github.com/stjepang/async-fs)
https://github.com/smol-rs/async-fs)
[![Cargo](https://img.shields.io/crates/v/async-fs.svg)](
https://crates.io/crates/async-fs)
[![Documentation](https://docs.rs/async-fs/badge.svg)](