Skip to content

Commit be11064

Browse files
bors[bot]badhrink
andauthored
Merge #41
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]>
2 parents b0f15b9 + 420192b commit be11064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//!
33
//! # Overview
44
//!
5-
//! Rexpect is a loose port of [pexpect](pexpect.readthedocs.io/en/stable/)
5+
//! Rexpect is a loose port of [pexpect](https://pexpect.readthedocs.io/en/stable/)
66
//! which itself is inspired by Don Libe's expect.
77
//!
88
//! It's main components (depending on your need you can use either of those)

0 commit comments

Comments
 (0)