Skip to content

Commit c51a10a

Browse files
committed
Remove old repository links
1 parent 10835f8 commit c51a10a

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

docs/release.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
`mbed-os-tools` is the name of the unified tools pip package. From this codebase, we release the other pip packages:
44

5-
- `mbed-ls` (Mbed LS): https://github.com/ARMmbed/mbed-ls
6-
- `mbed-host-tests` (htrun): https://github.com/ARMmbed/htrun
7-
- `mbed-greentea` (greentea): https://github.com/ARMmbed/greentea
5+
- `mbed-ls` (Mbed LS): https://pypi.org/project/mbed-ls
6+
- `mbed-host-tests` (htrun): https://pypi.org/project/mbed-host-tests
7+
- `mbed-greentea` (greentea): https://pypi.org/project/mbed-greentea
88

99
## Package and API structure
1010

docs/test_plan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ The goal of delivering the unified Mbed OS tools is to improve testing and quali
1414

1515
The tools are currently in separate packages:
1616

17-
- `mbed-ls` (Mbed LS): https://github.com/ARMmbed/mbed-ls
18-
- `mbed-host-tests` (htrun): https://github.com/ARMmbed/htrun
19-
- `mbed-greentea` (greentea): https://github.com/ARMmbed/greentea
17+
- `mbed-ls` (Mbed LS): https://pypi.org/project/mbed-ls
18+
- `mbed-host-tests` (htrun): https://pypi.org/project/mbed-host-tests
19+
- `mbed-greentea` (greentea): https://pypi.org/project/mbed-greentea
2020

2121
They all have their own test suites of varying completeness. Part of the effort of bringing these projects into the unified tools packages was to get these test suites passing consistently under all operating systems.
2222

packages/mbed-greentea/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ $ mbedgt --use-tids 02400203C3423E603EBEC3D8,024002031E031E6AE3FFE3D2
158158

159159
Where ```02400203C3423E603EBEC3D8``` and ```024002031E031E6AE3FFE3D2``` are the target IDs of platforms attached to your system.
160160

161-
You can view target IDs using the [mbed-ls](https://github.com/ARMmbed/mbed-ls) tool (installed with Greentea).
161+
You can view target IDs using the [mbed-ls](https://pypi.org/project/mbed-ls) tool (installed with Greentea).
162162

163163
```
164164
$ mbedls

0 commit comments

Comments
 (0)