We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ad131 commit 42fe6aeCopy full SHA for 42fe6ae
index.js
@@ -188,7 +188,14 @@ const template = [
188
label: 'Learn More',
189
click: async () => {
190
const { shell } = require('electron')
191
- await shell.openExternal('https://labs.arduino.cc/')
+ await shell.openExternal('https://github.com/arduino/MicroPython_Lab')
192
+ }
193
+ },
194
+ {
195
+ label: 'Report an issue',
196
+ click: async () => {
197
+ const { shell } = require('electron')
198
+ await shell.openExternal('https://github.com/arduino/MicroPython_Lab/issues')
199
}
200
},
201
{
0 commit comments