Skip to content

Commit 1472e94

Browse files
committed
Fixed old URLs from before the package was moved and renamed
1 parent 9caaf60 commit 1472e94

4 files changed

Lines changed: 5 additions & 35 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
> Open this page at [https://johnvidler.github.io/pxt-devices-lab-template/](https://johnvidler.github.io/pxt-devices-lab-template/)
2+
> Open this page at [https://devices-lab.github.io/pxt-makecode-template/](https://devices-lab.github.io/pxt-makecode-template/)
33
44
## Use as Extension
55

@@ -8,15 +8,15 @@ This repository can be added as an **extension** in MakeCode.
88
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
99
* click on **New Project**
1010
* click on **Extensions** under the gearwheel menu
11-
* search for **https://github.com/johnvidler/pxt-devices-lab-template** and import
11+
* search for **https://github.com/devices-lab/pxt-makecode-template** and import
1212

1313
## Edit this project
1414

1515
To edit this repository in MakeCode.
1616

1717
* open [https://makecode.microbit.org/](https://makecode.microbit.org/)
1818
* click on **Import** then click on **Import URL**
19-
* paste **https://github.com/johnvidler/pxt-devices-lab-template** and click import
19+
* paste **https://github.com/devices-lab/pxt-makecode-template** and click import
2020

2121
#### Metadata (used for search, rendering)
2222

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "A template for documentation of makecode extensions",
55
"main": "eleventy.config.js",
6-
"repository": "https://github.com/devices-lab/user-doc-template.git",
6+
"repository": "https://github.com/devices-lab/pxt-makecode-template",
77
"author": "Dr John Vidler <j.vidler@lancaster.ac.uk>",
88
"contributors": [
99
"Mannu Lambrichts <m.lambrichts@lancaster.ac.uk>",

pxt.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "pxt-devices-lab-template",
2+
"name": "pxt-makecode-template",
33
"version": "0.0.0",
44
"description": "",
55
"dependencies": {

src/index.md

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)