fix doc link (#608)

diff --git a/src/lib.rs b/src/lib.rs
index 97c2b01..ca87ab8 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -12,7 +12,7 @@
 //!
 //! # Usage
 //!
-//! Using mio starts by creating a [Poll], which reads events from the OS and
+//! Using mio starts by creating a [`Poll`], which reads events from the OS and
 //! put them into [`Events`]. You can handle IO events from the OS with it.
 //!
 //! For more detail, see [`Poll`].