Skip to content

Commit 22fbc76

Browse files
authored
Merge pull request #160 from bridadan/remove_links_to_old_repos
Remove links to old repos
2 parents 10835f8 + df15ae4 commit 22fbc76

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-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

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def read(fname):
3333
version=read("src/mbed_os_tools/VERSION.txt").strip(),
3434
description=DESCRIPTION,
3535
long_description=read("README.md"),
36+
long_description_content_type='text/markdown',
3637
author=OWNER_NAMES,
3738
author_email=OWNER_EMAILS,
3839
maintainer=OWNER_NAMES,

0 commit comments

Comments
 (0)