diff --git a/LICENSE b/LICENSE
index e093d53f..da87198c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -20,7 +20,7 @@ following example statement can be included in user documentation to
satisfy this requirement:
"[program] is based in part on the work of the libwebsockets project
-(http://libwebsockets.org)"
+(https://libwebsockets.org)"
3) Some sources included have their own, more liberal licenses, or options
to get original sources with the liberal terms.
diff --git a/README.md b/README.md
index 082f1996..ec24329a 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,21 @@ libwebsockets
This is the libwebsockets C library for lightweight websocket clients and
servers. For support, visit
- http://libwebsockets.org
+ https://libwebsockets.org
+ https://github.com/warmcat/libwebsockets
and consider joining the project mailing list at
- http://ml.libwebsockets.org/mailman/listinfo/libwebsockets
+ https://libwebsockets.org/mailman/listinfo/libwebsockets
-You can get the latest version of the library from git
+| News |
+------
+| We have updated https://libwebsockets.org, if you would like your project using lws featured in the image carousel, send an image, project URL and brief summary to andy@warmcat.com |
+
+You can get the latest version of the library from git:
-- http://git.libwebsockets.org
- https://github.com/warmcat/libwebsockets
+- https://libwebsockets.org/git
for more information:
diff --git a/libwebsockets.spec b/libwebsockets.spec
index f8e1766f..9a287084 100644
--- a/libwebsockets.spec
+++ b/libwebsockets.spec
@@ -5,7 +5,7 @@ Summary: Websocket Server and Client Library
Group: System Environment/Libraries
License: LGPLv2 with exceptions
-URL: http://warmcat.com
+URL: https://libwebsockets.org
Source0: %{name}-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
diff --git a/test-server/test.html b/test-server/test.html
index 235c21f9..43ca340e 100644
--- a/test-server/test.html
+++ b/test-server/test.html
@@ -19,7 +19,7 @@
-
diff --git a/win32port/libwebsockets.nsi b/win32port/libwebsockets.nsi
index f7012655..32b8264d 100644
--- a/win32port/libwebsockets.nsi
+++ b/win32port/libwebsockets.nsi
@@ -69,7 +69,7 @@ Section "Files" SecInstall
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayName" "libwebsockets library and clients"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "UninstallString" "$\"$INSTDIR\Uninstall.exe$\""
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "QuietUninstallString" "$\"$INSTDIR\Uninstall.exe$\" /S"
- WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "HelpLink" "http://libwebsockets.org/"
+ WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "HelpLink" "https://libwebsockets.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "URLInfoAbout" "http://libwebsockets.org/"
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "DisplayVersion" "${VERSION}"
WriteRegDWORD HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\libwebsockets" "NoModify" "1"
|