Skip to content

Commit 93ce397

Browse files
authored
Update index.tsx
1 parent c96cbc4 commit 93ce397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/components/banner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const Banner: FC<IBannerProps> = ({}) => {
2525
<div className={styles.description}>IoTSharp 是一个开源的物联网基础平台,通过属性、遥测、RPC、规则链按照数字孪生概念将可见与不可见的物理设备投射到了数字世界,透过资产、产品的概念贴合应用和生产,协议支持 HTTP、MQTT 、CoAp 以及常见物联网协议的转换,支持常用关系型和时序数据库。在生态和周边,我们支持了国产时序数据库TDengine、确保了能在龙芯Linux运行、对接了国产实时操作系统RT-Thread以及常用标准协议。 </div>
2626
<div className={styles.button} onClick={(): void => {
2727
window.open(
28-
"https://docs.iotsharp.io/",
28+
"https://docs.iotsharp.net/",
2929
"blank",
3030
"noopener=yes,noreferrer=yes"
3131
);

0 commit comments

Comments
 (0)