aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--fedora/mosh.spec2
-rw-r--r--macosx/readme.rtf2
-rw-r--r--man/mosh-client.12
-rw-r--r--man/mosh-server.12
-rw-r--r--man/mosh.12
-rwxr-xr-xscripts/mosh.pl2
7 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index d1d1f69..425017d 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Other features
Getting Mosh
------------
- [The Mosh web site](http://mosh.org/#getting) has information about
+ [The Mosh web site](https://mosh.org/#getting) has information about
packages for many operating systems, as well as instructions for building
from source.
@@ -84,8 +84,8 @@ Usage
select alternate locations. More options are documented in the mosh(1) manual
page.
- There are [more examples](http://mosh.org/#usage) and a
- [FAQ](http://mosh.org/#faq) on the Mosh web site.
+ There are [more examples](https://mosh.org/#usage) and a
+ [FAQ](https://mosh.org/#faq) on the Mosh web site.
How it works
------------
@@ -143,7 +143,7 @@ More info
* Mosh Web site:
- <http://mosh.org>
+ <https://mosh.org>
* `mosh-devel@mit.edu` mailing list:
diff --git a/fedora/mosh.spec b/fedora/mosh.spec
index 4dbf4ba..4cb2908 100644
--- a/fedora/mosh.spec
+++ b/fedora/mosh.spec
@@ -5,7 +5,7 @@ Summary: Mobile shell that supports roaming and intelligent local echo
License: GPLv3+
Group: Applications/Internet
-URL: http://mosh.org/
+URL: https://mosh.org/
Source0: https://github.com/downloads/keithw/mosh/mosh-%{version}.tar.gz
BuildRequires: protobuf-compiler
diff --git a/macosx/readme.rtf b/macosx/readme.rtf
index ced1352..92841aa 100644
--- a/macosx/readme.rtf
+++ b/macosx/readme.rtf
@@ -98,7 +98,7 @@ To function, Mosh requires UDP datagrams to be passed between client and server.
\b\fs48 \cf0 More info\
\pard\tx220\tx720\pardeftab720\li720\fi-720\sa300
\ls3\ilvl0
-\b0\fs28 \cf2 {\listtext \'95 }Mosh Web site:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "http://mosh.org/"}}{\fldrslt \cf4 http://mosh.org}}\
+\b0\fs28 \cf2 {\listtext \'95 }Mosh Web site:\uc0\u8232 {\field{\*\fldinst{HYPERLINK "https://mosh.org/"}}{\fldrslt \cf4 https://mosh.org}}\
\pard\tx220\tx720\pardeftab720\li720\fi-720\sa300
\ls3\ilvl0
\f1\fs24 \cf2 \cb3 {\listtext \'95 }mosh-devel@mit.edu
diff --git a/man/mosh-client.1 b/man/mosh-client.1
index d41c2ac..7cf618a 100644
--- a/man/mosh-client.1
+++ b/man/mosh-client.1
@@ -77,7 +77,7 @@ See
.BR mosh-server (1).
Project home page:
-.I http://mosh.org
+.I https://mosh.org
.br
.SH AUTHOR
diff --git a/man/mosh-server.1 b/man/mosh-server.1
index 81745f0..cac571a 100644
--- a/man/mosh-server.1
+++ b/man/mosh-server.1
@@ -137,7 +137,7 @@ mosh-server (mosh 1.1)
.BR mosh-client (1).
Project home page:
-.I http://mosh.org
+.I https://mosh.org
.br
.SH AUTHOR
diff --git a/man/mosh.1 b/man/mosh.1
index 66a6968..12140bd 100644
--- a/man/mosh.1
+++ b/man/mosh.1
@@ -299,7 +299,7 @@ When set, inhibits prepending "[mosh]" to window title.
.BR mosh-server (1).
Project home page:
-.I http://mosh.org
+.I https://mosh.org
.br
.SH AUTHOR
diff --git a/scripts/mosh.pl b/scripts/mosh.pl
index efb320b..c511482 100755
--- a/scripts/mosh.pl
+++ b/scripts/mosh.pl
@@ -116,7 +116,7 @@ qq{Usage: $0 [options] [--] [user@]host [command...]
--version version and copyright information
Please report bugs to mosh-devel\@mit.edu.
-Mosh home page: http://mosh.org\n};
+Mosh home page: https://mosh.org\n};
my $version_message = '@PACKAGE_STRING@ [build @VERSION@]' . qq{
Copyright 2012 Keith Winstein <mosh-devel\@mit.edu>