diff options
Diffstat (limited to 'unix/xserver')
-rw-r--r-- | unix/xserver/hw/vnc/Xvnc.man | 2 | ||||
-rw-r--r-- | unix/xserver/hw/vnc/xvnc.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/unix/xserver/hw/vnc/Xvnc.man b/unix/xserver/hw/vnc/Xvnc.man index 269be9af..224aeba3 100644 --- a/unix/xserver/hw/vnc/Xvnc.man +++ b/unix/xserver/hw/vnc/Xvnc.man @@ -396,7 +396,7 @@ created automatically the next time he connects. .BR Xserver (1), .BR inetd (1) .br -http://www.tigervnc.org +https://www.tigervnc.org .SH AUTHOR Tristan Richardson, RealVNC Ltd. and others. diff --git a/unix/xserver/hw/vnc/xvnc.c b/unix/xserver/hw/vnc/xvnc.c index 3b4d2f31..79b0e3d2 100644 --- a/unix/xserver/hw/vnc/xvnc.c +++ b/unix/xserver/hw/vnc/xvnc.c @@ -89,7 +89,7 @@ from the X Consortium. #define XVNCVERSION "TigerVNC 1.9.80" #define XVNCCOPYRIGHT ("Copyright (C) 1999-2018 TigerVNC Team and many others (see README.rst)\n" \ - "See http://www.tigervnc.org for information on TigerVNC.\n") + "See https://www.tigervnc.org for information on TigerVNC.\n") #define VFB_DEFAULT_WIDTH 1024 #define VFB_DEFAULT_HEIGHT 768 |