Fix some broken links in docs (#671)
This commit is contained in:
parent
09ffd70c30
commit
39e6f1c3a1
@ -15,12 +15,12 @@
|
|||||||
//! * use the [`read`](fn.read.html) & [`poll`](fn.poll.html) functions on any, but same, thread
|
//! * use the [`read`](fn.read.html) & [`poll`](fn.poll.html) functions on any, but same, thread
|
||||||
//! * or the [`EventStream`](struct.EventStream.html).
|
//! * or the [`EventStream`](struct.EventStream.html).
|
||||||
//!
|
//!
|
||||||
//! **Make sure to enable [raw mode](./terminal/index.html#raw-mode) in order for keyboard events to work properly**
|
//! **Make sure to enable [raw mode](../terminal/index.html#raw-mode) in order for keyboard events to work properly**
|
||||||
//!
|
//!
|
||||||
//! ## Mouse Events
|
//! ## Mouse Events
|
||||||
//!
|
//!
|
||||||
//! Mouse events are not enabled by default. You have to enable them with the
|
//! Mouse events are not enabled by default. You have to enable them with the
|
||||||
//! [`EnableMouseCapture`](struct.EnableMouseCapture.html) command. See [Command API](./index.html#command-api)
|
//! [`EnableMouseCapture`](struct.EnableMouseCapture.html) command. See [Command API](../index.html#command-api)
|
||||||
//! for more information.
|
//! for more information.
|
||||||
//!
|
//!
|
||||||
//! ## Examples
|
//! ## Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user