File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments