Skip to content

Commit 05df9e7

Browse files
authored
Merge pull request #14 from per1234/update-repo-urls
Update references to previous repository name
2 parents 7cb19bd + f4875a8 commit 05df9e7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ While the serial communication is mediated by `/micropython.js`, the local files
6767

6868
## Running Arduino Lab for MicroPython from source code
6969

70-
1. Clone this repository: `git clone https://github.com/arduino/MicroPython_Lab.git`
71-
2. Navigate to repository folder: `cd MicroPython_Lab`
70+
1. Clone this repository: `git clone https://github.com/arduino/lab-micropython-editor.git`
71+
2. Navigate to repository folder: `cd lab-micropython-editor`
7272
3. Install dependencies: `npm install`
7373
4. Run dev mode: `npm run dev`
7474

index.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -187,14 +187,14 @@ const template = [
187187
label: 'Learn More',
188188
click: async () => {
189189
const { shell } = require('electron')
190-
await shell.openExternal('https://github.com/arduino/MicroPython_Lab')
190+
await shell.openExternal('https://github.com/arduino/lab-micropython-editor')
191191
}
192192
},
193193
{
194194
label: 'Report an issue',
195195
click: async () => {
196196
const { shell } = require('electron')
197-
await shell.openExternal('https://github.com/arduino/MicroPython_Lab/issues')
197+
await shell.openExternal('https://github.com/arduino/lab-micropython-editor/issues')
198198
}
199199
},
200200
{
@@ -205,7 +205,7 @@ const template = [
205205
css_path: join(__dirname, 'ui/arduino/about.css'),
206206
copyright: '© Arduino SA 2022',
207207
package_json_dir: __dirname,
208-
bug_report_url: "https://github.com/arduino/MicroPython_Lab/issues",
208+
bug_report_url: "https://github.com/arduino/lab-micropython-editor/issues",
209209
bug_link_text: "report an issue",
210210
homepage: "https://labs.arduino.cc",
211211
use_version_info: false,

0 commit comments

Comments
 (0)