diff --git a/Cargo.toml b/Cargo.toml index a441571..617be70 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "termion" version = "1.5.1" authors = ["ticki ", "gycos ", "IGI-111 "] description = "A bindless library for manipulating terminals." -repository = "https://github.com/ticki/termion" +repository = "https://github.com/redox-os/termion" documentation = "https://docs.rs/termion" license = "MIT" keywords = ["tty", "color", "terminal", "password", "tui"] diff --git a/README.md b/README.md index 7bda9d3..25346d9 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@

-Termion logo +Termion logo

-[![Build Status](https://travis-ci.org/ticki/termion.svg?branch=master)](https://travis-ci.org/ticki/termion) [![Latest Version](https://img.shields.io/crates/v/termion.svg)](https://crates.io/crates/termion) | [Documentation](https://docs.rs/termion) | [Examples](https://github.com/Ticki/termion/tree/master/examples) | [Changelog](https://github.com/Ticki/termion/tree/master/CHANGELOG.md) | [Tutorial](http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/) +[![Build Status](https://travis-ci.org/redox-os/termion.svg?branch=master)](https://travis-ci.org/redox-os/termion) [![Latest Version](https://img.shields.io/crates/v/termion.svg)](https://crates.io/crates/termion) | [Documentation](https://docs.rs/termion) | [Examples](https://github.com/redox-os/termion/tree/master/examples) | [Changelog](https://github.com/redox-os/termion/tree/master/CHANGELOG.md) | [Tutorial](http://ticki.github.io/blog/making-terminal-applications-in-rust-with-termion/) |----|----|----|----|---- diff --git a/src/lib.rs b/src/lib.rs index b284edd..2cb49fa 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -8,7 +8,7 @@ //! //! Supports Redox, Mac OS X, and Linux (or, in general, ANSI terminals). //! -//! For more information refer to the [README](https://github.com/ticki/termion). +//! For more information refer to the [README](https://github.com/redox-os/termion). #![warn(missing_docs)] #[cfg(target_os = "redox")]