Skip to content

Commit

Permalink
Merge pull request #129 from atouchet/url
Browse files Browse the repository at this point in the history
Update repo URL
  • Loading branch information
pksunkara committed Aug 15, 2022
2 parents 33ea3a2 + b28c629 commit ba208a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Expand Up @@ -6,8 +6,8 @@ keywords = ["cli", "terminal", "colors", "console", "ansi"]
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
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"

Expand Down
4 changes: 2 additions & 2 deletions 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)

Expand Down

0 comments on commit ba208a0

Please sign in to comment.