Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(branch): modify github links #1113

Merged
merged 1 commit into from
Oct 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### PR Checklist

If you have any questions, you can refer to the [Contributing Guide](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING.md)
If you have any questions, you can refer to the [Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md)

#### What is the current behavior?

Expand Down
4 changes: 2 additions & 2 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ yarn run electron:build-mac

## 贡献

请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING_CN.md)
请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING_CN.md)

## 技术栈

Expand All @@ -151,4 +151,4 @@ yarn run electron:build-mac

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions README-JP.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ yarn run electron:build

## プロジェクトへの貢献

PRを提出する前に、貢献ガイドをよく読んでください。[Contributing Guide](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING.md)
PRを提出する前に、貢献ガイドをよく読んでください。[Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md)

## テクノロジースタック

Expand All @@ -104,4 +104,4 @@ PRを提出する前に、貢献ガイドをよく読んでください。[Contr

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ yarn run electron:build-mac

## Contributing

Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING.md) before making a pull request.
Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md) before making a pull request.

## Technology Stack

Expand All @@ -150,4 +150,4 @@ Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
10 changes: 5 additions & 5 deletions cli/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ mqttx bench sub --help
| 参数 | 描述 |
| ----------------------------- | -------------------------------------------------------------------- |
| -c, --count <NUMBER> | 连接数量,默认为 1000 |
| -i, --interval <MILLISECONDS> | 创建连接的间隔时间,单位为毫秒,默认为 10ms |
| -i, --interval <MILLISECONDS> | 创建连接的间隔时间,单位为毫秒,默认为 10ms |
| -I, --client-id <ID> | 客户端 ID,支持 %i (索引) 占位符 |
| -t, --topic <TOPIC...> | 需要订阅的 Topic, 支持 %u (用户名), %c (客户端 ID), %i (索引) 占位符 |
| -v, --verbose | 打印接收到的历史消息数量与消息速率 |
Expand All @@ -332,8 +332,8 @@ mqttx bench pub --help
| 参数 | 描述 |
| -------------------------------------- | -------------------------------------------------------------------- |
| -c, --count <NUMBER> | 连接数量,默认为 1000 |
| -i, --interval <MILLISECONDS> | 创建连接的间隔时间,单位为毫秒,默认为 10ms |
| -im, --message-interval <MILLISECONDS> | 发布消息的间隔时间,单位为毫秒,默认为 1000ms |
| -i, --interval <MILLISECONDS> | 创建连接的间隔时间,单位为毫秒,默认为 10ms |
| -im, --message-interval <MILLISECONDS> | 发布消息的间隔时间,单位为毫秒,默认为 1000ms |
| -I, --client-id <ID> | 客户端 ID,支持 %i (索引) 占位符 |
| -t, --topic <TOPIC...> | 需要订阅的 Topic, 支持 %u (用户名), %c (客户端 ID), %i (索引) 占位符 |
| -v, --verbose | 打印发送出的历史消息数量与消息速率 |
Expand Down Expand Up @@ -393,7 +393,7 @@ pkg package.json

## 贡献

请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING_CN.md)
请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING_CN.md)

## 技术栈

Expand All @@ -404,4 +404,4 @@ pkg package.json

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ After a successful build, you will see the binary executable for each system in

## Contributing

Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING.md) before making a pull request.
Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md) before making a pull request.

## Technology Stack

Expand All @@ -402,4 +402,4 @@ Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
20 changes: 10 additions & 10 deletions docs/manual-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ sudo snap install mqttx

![mqttx-script](../assets/mqttx-script.png)

脚本使用实例可在 [/docs/script-example](https://github.com/emqx/MQTTX/tree/master/docs/script-example) 文件夹中查看,目前提供了两个内置脚本,时间戳转化和温湿度数据模拟。如果在您的使用中有更好的,更实用的脚本也可以提交您的代码到这里,方便让更多的人使用到。
脚本使用实例可在 [/docs/script-example](https://github.com/emqx/MQTTX/tree/main/docs/script-example) 文件夹中查看,目前提供了两个内置脚本,时间戳转化和温湿度数据模拟。如果在您的使用中有更好的,更实用的脚本也可以提交您的代码到这里,方便让更多的人使用到。

### 日志

Expand Down Expand Up @@ -361,7 +361,7 @@ MQTT X 是一款开源的跨平台 MQTT 桌面客户端工具。可以用于正

**Q: MQTT X 是免费的吗?**

是的。完全开源,详情见 [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE)。
是的。完全开源,详情见 [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE)。

**Q: 当您使用 MQTT X 遇到问题时,该怎么做?**

Expand All @@ -371,11 +371,11 @@ MQTT X 是一款开源的跨平台 MQTT 桌面客户端工具。可以用于正

## 联系方式

| 方式 | 内容 |
| ---- | ---- |
| QQ 群(EMQX 官方群3)| 937041105 |
| EMQX 官方公众号 | <img src="../assets/wx_qr_code.png" width="160" alt="WeChat QR code"/> |
| EMQX 微信群(扫码添加后邀请入群)| <img src="../assets/emqx_wx.jpeg" width="160" alt="EMQX Wechat"/> |
| 微博 | [@emqtt](https://weibo.com/emqtt) |
| Twitter | [@emqtt](https://twitter.com/EMQTech/) |
| Slack | [EMQX](https://slack-invite.emqx.io/) |
| 方式 | 内容 |
| --------------------------------- | ---------------------------------------------------------------------- |
| QQ 群(EMQX 官方群3) | 937041105 |
| EMQX 官方公众号 | <img src="../assets/wx_qr_code.png" width="160" alt="WeChat QR code"/> |
| EMQX 微信群(扫码添加后邀请入群) | <img src="../assets/emqx_wx.jpeg" width="160" alt="EMQX Wechat"/> |
| 微博 | [@emqtt](https://weibo.com/emqtt) |
| Twitter | [@emqtt](https://twitter.com/EMQTech/) |
| Slack | [EMQX](https://slack-invite.emqx.io/) |
4 changes: 2 additions & 2 deletions docs/manual-jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ v1.4.2以降、MQTTXはスクリプト編集機能を追加しました、この

![mqttx-script](../assets/mqttx-script.png)

スクリプトの使用例は [/docs/script-example](https://github.com/emqx/MQTTX/tree/master/docs/script-example) フォルダーで表示できます。現在、タイムスタンプ変換と温度および湿度データシミュレーションの2つの組み込みスクリプトが提供されています。より優れた実用的なスクリプトを使用している場合は、ここにコードを送信して、より多くの人が使用できるようにすることもできます。
スクリプトの使用例は [/docs/script-example](https://github.com/emqx/MQTTX/tree/main/docs/script-example) フォルダーで表示できます。現在、タイムスタンプ変換と温度および湿度データシミュレーションの2つの組み込みスクリプトが提供されています。より優れた実用的なスクリプトを使用している場合は、ここにコードを送信して、より多くの人が使用できるようにすることもできます。

### ログ

Expand Down Expand Up @@ -295,7 +295,7 @@ MQTTプロトコルのpublish-subscribeの理解に基づき、ユーザーAを

**Q:MQTT Xは無料ですか?**

はい。 完全なオープンソースです。詳細は[LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE)をご覧ください。
はい。 完全なオープンソースです。詳細は[LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE)をご覧ください。

**Q:MQTT Xで問題が発生した場合はどうしますか?**

Expand Down
4 changes: 2 additions & 2 deletions docs/manual.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ This function is scalable and flexible, and requires users to cooperate with act

![mqttx-script](../assets/mqttx-script.png)

The script usage examples can be viewed in the [/docs/script-example](https://github.com/emqx/MQTTX/tree/master/docs/script-example) folder. Currently, two built-in scripts are provided, timestamp conversion and temperature and humidity data simulation. If you have a better and more practical script in your use, you can submit your code here, so that more people can use it.
The script usage examples can be viewed in the [/docs/script-example](https://github.com/emqx/MQTTX/tree/main/docs/script-example) folder. Currently, two built-in scripts are provided, timestamp conversion and temperature and humidity data simulation. If you have a better and more practical script in your use, you can submit your code here, so that more people can use it.

### Log

Expand Down Expand Up @@ -363,7 +363,7 @@ For example, create a new connection as a User A, subscribe to a Topic, just lik

**Q: Is MQTT X free?**

Yes. Fully open source, see the [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE) for details.
Yes. Fully open source, see the [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE) for details.

**Q: What do you do when you have problems with MQTT X?**

Expand Down
4 changes: 2 additions & 2 deletions web/README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ yarn run start

## 贡献

请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING_CN.md)
请确保在发出 PR 请求前, 已经仔细阅读过了[贡献指南](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING_CN.md)

## 技术栈

Expand All @@ -87,4 +87,4 @@ yarn run start

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).
4 changes: 2 additions & 2 deletions web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ yarn run start

## Contributing

Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/master/.github/CONTRIBUTING.md) before making a pull request.
Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/blob/main/.github/CONTRIBUTING.md) before making a pull request.

## Technology Stack

Expand All @@ -86,4 +86,4 @@ Please make sure to read the [Contributing Guide](https://github.com/emqx/MQTTX/

## License

Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/master/LICENSE).
Apache License 2.0, see [LICENSE](https://github.com/emqx/MQTTX/blob/main/LICENSE).