Skip to content

Commit

Permalink
Merge #41
Browse files Browse the repository at this point in the history
41: Add https to the pexpect link r=petreeftime a=badhrink

Right now in docs.rs site the pexpect link is leading to https://docs.rs/rexpect/latest/rexpect/pexpect.readthedocs.io/en/stable/ .

The right link should be https://pexpect.readthedocs.io/en/stable/

Co-authored-by: badhrink <[email protected]>
  • Loading branch information
bors[bot] and badhrink authored Sep 12, 2022
2 parents b0f15b9 + 420192b commit be11064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//!
//! # Overview
//!
//! Rexpect is a loose port of [pexpect](pexpect.readthedocs.io/en/stable/)
//! Rexpect is a loose port of [pexpect](https://pexpect.readthedocs.io/en/stable/)
//! which itself is inspired by Don Libe's expect.
//!
//! It's main components (depending on your need you can use either of those)
Expand Down

0 comments on commit be11064

Please sign in to comment.