Skip to content

Commit 03e75d9

Browse files
Fix links to MLEK
1 parent a9c6ebd commit 03e75d9

File tree

1 file changed

+4
-4
lines changed
  • content/learning-paths/embedded-and-microcontrollers/nav-mlek

1 file changed

+4
-4
lines changed

content/learning-paths/embedded-and-microcontrollers/nav-mlek/sw.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: "learningpathall"
1111

1212
You should use an `x86_64` development machine running Windows or Linux for the best experience.
1313

14-
The [Arm ML Evaluation Kit (MLEK)](https://git.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit.git/) is not fully supported on Windows. Some of the required tools work only on Linux. Linux is recommended if you plan to use MLEK extensively.
14+
The [Arm ML Evaluation Kit (MLEK)](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) is not fully supported on Windows. Some of the required tools work only on Linux. Linux is recommended if you plan to use MLEK extensively.
1515

1616
There are some ML examples which can be developed using Windows tools.
1717

@@ -52,7 +52,7 @@ You may want to use [Docker](/install-guides/docker) to simplify ML development
5252
As an example, clone the MLEK repository and look at the `Dockerfile` at the top of the repository to see one way to use Docker in ML application development:
5353

5454
```console
55-
git clone "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit"
55+
git clone "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
5656
cd ml-embedded-evaluation-kit
5757
git submodule update --init
5858
```
@@ -96,9 +96,9 @@ Resources for learning about ML applications are listed below for you to investi
9696

9797
### Arm ML Evaluation Kit (MLEK)
9898

99-
The [MLEK](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit) provides a number of example ML applications.
99+
The [MLEK](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) provides a number of example ML applications.
100100

101-
[The Quick Start Guide](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit/+/HEAD/docs/quick_start.md) guides you through running an example application.
101+
[The Quick Start Guide](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit/-/blob/main/docs/quick_start.md) guides you through running an example application.
102102

103103
### Micro speech
104104

0 commit comments

Comments
 (0)