Skip to content

Commit ac0b45a

Browse files
committed
update: 帮助链接改为文档网址
1 parent d7b30f8 commit ac0b45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ def PlatformsAirMCU(version):
231231
data['architecture'] = "AirMCU"
232232
data['version'] = version
233233
data['category'] = "Contributed"
234-
data['help'] = {'online': "https://github.com/Air-duino/Arduino-AirMCU"}
234+
data['help'] = {'online': "https://arduino.luatos.com"}
235235
data['url'] = url
236236
data['archiveFileName'] = fileName
237237
data['checksum'] = "SHA-256:" + ComputeSHA256(fileName)
@@ -250,9 +250,9 @@ def PackagesAirM2M():
250250
dataCn = {}
251251
data['name'] = "AirM2M"
252252
data['maintainer'] = "AirM2M"
253-
data['websiteURL'] = "https://github.com/Air-duino"
253+
data['websiteURL'] = "https://arduino.luatos.com"
254254
data['email'] = "[email protected]"
255-
data['help'] = {'online': "https://github.com/Air-duino"}
255+
data['help'] = {'online': "https://arduino.luatos.com"}
256256
platforms = []
257257
platformsCn = []
258258

0 commit comments

Comments
 (0)