diff options
Diffstat (limited to 'ext/pty/pty.c')
-rw-r--r-- | ext/pty/pty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pty/pty.c b/ext/pty/pty.c index 485f61c304..a51393026c 100644 --- a/ext/pty/pty.c +++ b/ext/pty/pty.c @@ -694,7 +694,7 @@ static VALUE cPTY; * Document-class: PTY * * Creates and manages pseudo terminals (PTYs). See also - * http://en.wikipedia.org/wiki/Pseudo_terminal + * https://en.wikipedia.org/wiki/Pseudo_terminal * * PTY allows you to allocate new terminals using ::open or ::spawn a new * terminal with a specific command. |