diff options
author | Pierre Ossman <ossman@cendio.se> | 2018-10-19 14:56:53 +0200 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2018-10-19 14:56:53 +0200 |
commit | 32b96ffec16273340e61a848e389b76d01c2986f (patch) | |
tree | 1258197a259034fda04a9d4a33fd913665f58b24 /vncviewer | |
parent | 83eee75c263bc725b53a0d1de957292d2fbd367e (diff) | |
download | tigervnc-32b96ffec16273340e61a848e389b76d01c2986f.tar.gz tigervnc-32b96ffec16273340e61a848e389b76d01c2986f.zip |
Change to https for tigervnc URL
Our main web site now supports https, so update all references.
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/vncviewer.cxx | 2 | ||||
-rw-r--r-- | vncviewer/vncviewer.man | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/vncviewer/vncviewer.cxx b/vncviewer/vncviewer.cxx index 8d795109..ac4afca4 100644 --- a/vncviewer/vncviewer.cxx +++ b/vncviewer/vncviewer.cxx @@ -100,7 +100,7 @@ static const char *about_text() _("TigerVNC Viewer %d-bit v%s\n" "Built on: %s\n" "Copyright (C) 1999-%d TigerVNC Team and many others (see README.rst)\n" - "See http://www.tigervnc.org for information on TigerVNC."), + "See https://www.tigervnc.org for information on TigerVNC."), (int)sizeof(size_t)*8, PACKAGE_VERSION, BUILD_TIMESTAMP, 2018); diff --git a/vncviewer/vncviewer.man b/vncviewer/vncviewer.man index 421290f8..8762dfbd 100644 --- a/vncviewer/vncviewer.man +++ b/vncviewer/vncviewer.man @@ -320,7 +320,7 @@ Default certificate revocation list. .BR vncconfig (1), .BR vncserver (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd. and others. |