浏览代码

Merge pull request #1389 from gfinocchiaro/master

Replace http with https
Tianon Gravi 7 年之前
父节点
当前提交
b10ac97062
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      lightstreamer/content.md
  2. 1 1
      lightstreamer/license.md

+ 2 - 2
lightstreamer/content.md

@@ -2,7 +2,7 @@
 
 
 Lightstreamer is a real-time messaging server optimized for the Internet. Blending WebSockets, HTTP, and push notifications, it streams data to/from mobile, tablet, browser-based, desktop, and IoT applications.
 Lightstreamer is a real-time messaging server optimized for the Internet. Blending WebSockets, HTTP, and push notifications, it streams data to/from mobile, tablet, browser-based, desktop, and IoT applications.
 
 
-For more information and related downloads for Lightstreamer Server and other Lightstreamer products, please visit [www.lightstreamer.com](http://www.lightstreamer.com).
+For more information and related downloads for Lightstreamer Server and other Lightstreamer products, please visit [www.lightstreamer.com](https://www.lightstreamer.com).
 
 
 %%LOGO%%
 %%LOGO%%
 
 
@@ -16,7 +16,7 @@ Launch the container with the default configuration:
 $ docker run --name ls-server -d -p 80:8080 %%IMAGE%%
 $ docker run --name ls-server -d -p 80:8080 %%IMAGE%%
 ```
 ```
 
 
-This will map port 8080 inside the container to port 80 on local host. Then point your browser to `http://localhost` and watch the Welcome page showing real-time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](http://demos.lightstreamer.com).
+This will map port 8080 inside the container to port 80 on local host. Then point your browser to `http://localhost` and watch the Welcome page showing real-time data flowing in from the locally deployed demo application, which is a first overview of the unique features offered by the Lightstreamer technology. More examples are available online at the [demo site](https://demos.lightstreamer.com).
 
 
 ## Custom settings
 ## Custom settings
 
 

+ 1 - 1
lightstreamer/license.md

@@ -1 +1 @@
-View [license information](http://www.lightstreamer.com/lightstreamer-sla) for the software contained in this image.
+View [license information](https://www.lightstreamer.com/lightstreamer-sla) for the software contained in this image.