diff --git a/Cargo.toml b/Cargo.toml index ab4b0847..d6d662ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ keywords = ["cli", "terminal", "colors", "console", "ansi"] authors = ["Armin Ronacher "] license = "MIT" edition = "2018" -homepage = "https://github.com/mitsuhiko/console" -repository = "https://github.com/mitsuhiko/console" +homepage = "https://github.com/console-rs/console" +repository = "https://github.com/console-rs/console" documentation = "https://docs.rs/console" readme = "README.md" diff --git a/README.md b/README.md index c041dcbc..df706a7c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # `console` -[![Build Status](https://github.com/mitsuhiko/console/workflows/CI/badge.svg?branch=master)](https://github.com/mitsuhiko/console/actions?query=workflow%3ACI) +[![Build Status](https://github.com/console-rs/console/workflows/CI/badge.svg?branch=master)](https://github.com/console-rs/console/actions?query=workflow%3ACI) [![Crates.io](https://img.shields.io/crates/d/console.svg)](https://crates.io/crates/console) -[![License](https://img.shields.io/github/license/mitsuhiko/console)](https://github.com/mitsuhiko/console/blob/master/LICENSE) +[![License](https://img.shields.io/github/license/console-rs/console)](https://github.com/console-rs/console/blob/master/LICENSE) [![rustc 1.40.0](https://img.shields.io/badge/rust-1.40%2B-orange.svg)](https://img.shields.io/badge/rust-1.40%2B-orange.svg) [![Documentation](https://docs.rs/console/badge.svg)](https://docs.rs/console)