Skip to content

Commit 27af302

Browse files
ssande-fwdabchatra
andauthored
change repo paths for forward extensions (#6388)
* change repo paths for forward extensions This is to get properly branded text to show up in the search card title. It seems to be derived from the repo name. * fwd extension name changes --------- Co-authored-by: Abhijith Chatra <[email protected]>
1 parent 498bec0 commit 27af302

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/extensions/extension-gallery.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -389,15 +389,15 @@ Many extensions are available to work with interface kits, add-on hardware, or o
389389
```codecard
390390
[{
391391
"name": "FWD Edu Smart Solder Kit",
392-
"url": "/pkg/Forward-Education/pxt-solder-3b3l",
392+
"url": "/pkg/Forward-Education/pxt-smart-soldering",
393393
"cardType": "package"
394394
}, {
395395
"name": "FWD Edu Smart Solar Kit",
396-
"url": "/pkg/Forward-Education/pxt-solar",
396+
"url": "/pkg/Forward-Education/pxt-smart-solar",
397397
"cardType": "package"
398398
}, {
399399
"name": "FWD Edu Smart Hydroponics Kit",
400-
"url": "/pkg/Forward-Education/pxt-hydroponics",
400+
"url": "/pkg/Forward-Education/pxt-smart-hydroponics",
401401
"cardType": "package"
402402
}, {
403403
"name": "BP Lab micro:bit Kit",

targetconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -477,9 +477,9 @@
477477
"team-bp/pxt-bplab": { "tags": [ "Science" ] },
478478
"jimd80/pxt-coderdojo-controller": { "tags": [ "Gaming" ] },
479479
"smarthon/pxt-iot-bit": { "tags": [ "Networking" ] },
480-
"forward-education/pxt-solder-3b3l": { "tags": [ "Science" ] },
481-
"forward-education/pxt-solar": { "tags": [ "Science" ] },
482-
"forward-education/pxt-hydroponics": { "tags": [ "Science" ] },
480+
"forward-education/pxt-smart-soldering": { "tags": [ "Science" ] },
481+
"forward-education/pxt-smart-solar": { "tags": [ "Science" ] },
482+
"forward-education/pxt-smart-hydroponics": { "tags": [ "Science" ] },
483483
"elecfreaks/pxt-petal": { "tags": [ "Science" ] },
484484
"microsoft/pxt-simx-sample": {
485485
"simx": {

0 commit comments

Comments
 (0)