aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--src/lib.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9033b05..bfaec0c 100644
--- a/README.md
+++ b/README.md
@@ -21,5 +21,5 @@ If contributing to either `vte` or the `utf8parse` crate and modifying a
_table.rs.in_ file, make sure to `cargo run` from the _codegen_ folder so that
the compiled tables are updated.
-[Paul Williams' ANSI parser state machine]: http://vt100.net/emu/dec_ansi_parser
+[Paul Williams' ANSI parser state machine]: https://vt100.net/emu/dec_ansi_parser
[docs]: https://docs.rs/crate/vte/
diff --git a/src/lib.rs b/src/lib.rs
index af353cd..f2a38b5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -29,7 +29,7 @@
//!
//! [`Parser`]: struct.Parser.html
//! [`Perform`]: trait.Perform.html
-//! [Paul Williams' ANSI parser state machine]: http://vt100.net/emu/dec_ansi_parser
+//! [Paul Williams' ANSI parser state machine]: https://vt100.net/emu/dec_ansi_parser
#![no_std]
extern crate utf8parse as utf8;