You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,4 +2,4 @@
2
2
3
3
Mbed OS is an open-source, device software platform for the Internet of Things. Contributions are an important part of the platform, and our goal is to make it as simple as possible to become a contributor.
4
4
5
-
To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/latest/reference/contributing.html).
5
+
To encourage productive collaboration, as well as robust, consistent and maintainable code, we have a set of guidelines for [contributing to Mbed OS](https://os.mbed.com/docs/mbed-os/latest/contributing/index.html).
Copy file name to clipboardexpand all lines: UNITTESTS/README.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ In a terminal window:
32
32
sudo easy_install pip
33
33
```
34
34
35
-
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/latest/tools/developing-arm-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
35
+
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/mbed-os/latest/tools/developing-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
36
36
37
37
#### Installing dependencies on macOS
38
38
@@ -48,7 +48,7 @@ In a terminal window:
48
48
sudo easy_install pip
49
49
```
50
50
51
-
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/latest/tools/developing-arm-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
51
+
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/mbed-os/latest/tools/developing-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
52
52
1. (Optional) Install GCC with `brew install gcc`.
53
53
54
54
#### Installing dependencies on Windows
@@ -59,7 +59,7 @@ In a terminal window:
59
59
1. Download CMake binaries from https://cmake.org/download/, and run the installer.
60
60
1. Download Python 2.7 or Python 3 from https://www.python.org/getit/, and run the installer.
61
61
1. Add MinGW, CMake and Python into system PATH.
62
-
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/latest/tools/developing-arm-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
62
+
1. Install Gcovr and [Mbed CLI](https://os.mbed.com/docs/mbed-os/latest/tools/developing-mbed-cli.html) with `pip install "gcovr>=4.1" mbed-cli`.
63
63
64
64
### Test code structure
65
65
@@ -79,7 +79,7 @@ The build system automatically generates names of test suites. The name is const
79
79
80
80
### Unit testing with Mbed CLI
81
81
82
-
Mbed CLI supports unit tests through the `mbed test --unittests` command. For information on using Mbed CLI, please see the [CLI documentation](https://os.mbed.com/docs/latest/tools/developing-arm-mbed-cli.html).
82
+
Mbed CLI supports unit tests through the `mbed test --unittests` command. For information on using Mbed CLI, please see the [CLI documentation](https://os.mbed.com/docs/mbed-os/latest/tools/developing-mbed-cli.html).
0 commit comments