From 8275a7485acc02a74bbb2ac00b8d0b000bc2238c Mon Sep 17 00:00:00 2001 From: Rotzbua Date: Sun, 24 Sep 2023 14:23:56 +0200 Subject: [PATCH] fix(docs): change links to https --- .github/CODE_OF_CONDUCT.md | 2 +- .github/CODE_OF_CONDUCT_CN.md | 2 +- README-CN.md | 2 +- README-JP.md | 2 +- README.md | 2 +- cli/README-CN.md | 2 +- cli/README.md | 2 +- web/README-CN.md | 2 +- web/README.md | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 1a07df6ca..ea5a4dc2f 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.github/CODE_OF_CONDUCT.md @@ -10,4 +10,4 @@ 5. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers. -This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/) +This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.0.0, available at [https://contributor-covenant.org/version/1/0/0/](https://contributor-covenant.org/version/1/0/0/) diff --git a/.github/CODE_OF_CONDUCT_CN.md b/.github/CODE_OF_CONDUCT_CN.md index b359dd81d..661fa833d 100644 --- a/.github/CODE_OF_CONDUCT_CN.md +++ b/.github/CODE_OF_CONDUCT_CN.md @@ -10,4 +10,4 @@ 5. 可以通过提出问题或联系一个或多个项目维护者来举报虐待,骚扰或其他不可接受的行为。 -本行为准则改编自 [Contributor Covenant](http://contributor-covenant.org)版本1.0.0,可在 [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/ )查看 +本行为准则改编自 [Contributor Covenant](https://contributor-covenant.org)版本1.0.0,可在 [https://contributor-covenant.org/version/1/0/0/](https://contributor-covenant.org/version/1/0/0/ )查看 diff --git a/README-CN.md b/README-CN.md index 760e3a010..8f3aad73c 100644 --- a/README-CN.md +++ b/README-CN.md @@ -15,7 +15,7 @@ [MQTTX](https://mqttx.app/zh) 的用户界面借助聊天软件的形式简化了页面的操作逻辑,用户可以快速创建连接保存并同时建立多个连接客户端,方便用户快速测试 MQTT/TCP、MQTT/TLS、MQTT/WebSocket 的 **连接/发布/订阅** 功能及其他特性。 -> [MQTT](http://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 +> [MQTT](https://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 ## 功能预览 diff --git a/README-JP.md b/README-JP.md index 82adc1774..b4b1a76bc 100644 --- a/README-JP.md +++ b/README-JP.md @@ -15,7 +15,7 @@ [MQTTX](https://mqttx.app/)のユーザーインターフェイスは、チャットソフトウェアのような形でページの操作ロジックを簡素化します。ユーザーは、接続をすばやく作成し、複数の接続クライアントを同時に保存および確立できます。 MQTT/TCP、MQTT/TLS、MQTT/WebSocketの**接続/パブリッシュ/サブスクライブ**機能およびその他の機能をすばやくテストすることが便利です。 -> [MQTT](http://mqtt.org/faq)(Message Queuing Telemetry Transport)は、パブリッシュ/サブスクライブパラダイムに基づいた「軽量」メッセージングプロトコルです。制約のあるデバイスや、低帯域幅、高遅延、または信頼性の低いネットワークで使用するように設計されています。IBMによって公開されています。 +> [MQTT](https://mqtt.org/faq)(Message Queuing Telemetry Transport)は、パブリッシュ/サブスクライブパラダイムに基づいた「軽量」メッセージングプロトコルです。制約のあるデバイスや、低帯域幅、高遅延、または信頼性の低いネットワークで使用するように設計されています。IBMによって公開されています。 ## 機能プレビュー diff --git a/README.md b/README.md index d186a0658..2a650485a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [MQTTX](https://mqttx.app) simplifies test operation with the help of a familiar, chat-like interface. It’s easy and quick to create multiple, simultaneous online MQTT client connections, and can test the connection, publishing, and subscription functions of MQTT/TCP, MQTT/TLS, MQTT/WebSocket as well as other MQTT protocol features. -> [MQTT](http://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. +> [MQTT](https://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. ## Preview diff --git a/cli/README-CN.md b/cli/README-CN.md index d051a4d59..359fc638c 100644 --- a/cli/README-CN.md +++ b/cli/README-CN.md @@ -18,7 +18,7 @@ [MQTTX CLI](https://mqttx.app/zh/cli) 是一款开源的 MQTT 5.0 命令行客户端工具,也是命令行上的 MQTTX,旨在帮助开发者在不需要使用图形化界面的基础上,也能更快的开发和调试 MQTT 服务与应用。 -> [MQTT](http://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 +> [MQTT](https://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 ## 功能预览 diff --git a/cli/README.md b/cli/README.md index 71032fc74..6833be04e 100644 --- a/cli/README.md +++ b/cli/README.md @@ -15,7 +15,7 @@ [MQTTX CLI](https://mqttx.app/cli) is an open source MQTT 5.0 CLI Client and MQTTX on the command line. Designed to help develop and debug MQTT services and applications faster without the need to use a graphical interface. -> [MQTT](http://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. +> [MQTT](https://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. ## Preview diff --git a/web/README-CN.md b/web/README-CN.md index d28cb68df..966423f59 100644 --- a/web/README-CN.md +++ b/web/README-CN.md @@ -17,7 +17,7 @@ [MQTTX Web](https://mqttx.app)是一款开源的 MQTT 5.0 浏览器客户端,也是一个在线 MQTT WebSocket 客户端工具。使用 WebSocket 在浏览器中连接到 MQTT,帮助开发者更快地开发和调试 MQTT 服务和应用程序,而不必在本地下载和安装 MQTTX。 -> [MQTT](http://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 +> [MQTT](https://mqtt.org/faq) 全称为 Message Queuing Telemetry Transport(消息队列遥测传输)是一种基于 发布/订阅 范式的“轻量级”消息协议,旨在用于受限设备和低带宽,高延迟或不可靠的网络,由 IBM 发布。 ## 功能预览 diff --git a/web/README.md b/web/README.md index b7b4dad79..71b820a0b 100644 --- a/web/README.md +++ b/web/README.md @@ -15,7 +15,7 @@ [MQTTX Web](https://mqttx.app) is an open source MQTT 5.0 browser client and an online MQTT WebSocket client tool. Use WebSocket to connect to MQTT in your browser to help you develop and debug your MQTT services and applications faster without having to download and install MQTTX locally. -> [MQTT](http://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. +> [MQTT](https://mqtt.org/faq) stands for MQ Telemetry Transport. It is a publish/subscribe, extremely simple and lightweight messaging protocol, designed for constrained devices and low-bandwidth, high-latency or unreliable networks. ## Preview