Update references to repository
This commit is contained in:
parent
b3e0bbdfb7
commit
7d97b6424f
|
@ -3,7 +3,7 @@ name = "termion"
|
||||||
version = "1.5.1"
|
version = "1.5.1"
|
||||||
authors = ["ticki <Ticki@users.noreply.github.com>", "gycos <alexandre.bury@gmail.com>", "IGI-111 <igi-111@protonmail.com>"]
|
authors = ["ticki <Ticki@users.noreply.github.com>", "gycos <alexandre.bury@gmail.com>", "IGI-111 <igi-111@protonmail.com>"]
|
||||||
description = "A bindless library for manipulating terminals."
|
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"
|
documentation = "https://docs.rs/termion"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
keywords = ["tty", "color", "terminal", "password", "tui"]
|
keywords = ["tty", "color", "terminal", "password", "tui"]
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<img alt="Termion logo" src="https://rawgit.com/ticki/termion/master/logo.svg" />
|
<img alt="Termion logo" src="https://rawgit.com/redox-os/termion/master/logo.svg" />
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
[![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/)
|
||||||
|----|----|----|----|----
|
|----|----|----|----|----
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
//!
|
//!
|
||||||
//! Supports Redox, Mac OS X, and Linux (or, in general, ANSI terminals).
|
//! 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)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[cfg(target_os = "redox")]
|
#[cfg(target_os = "redox")]
|
||||||
|
|
Loading…
Reference in New Issue