Skip to content

Commit f71b98e

Browse files
Fix links to MLEK
1 parent 4c51da8 commit f71b98e

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

content/learning-paths/embedded-and-microcontrollers/mlek/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ weight: 2 # 1 is first, 2 is second, etc.
77
# Do not modify these elements
88
layout: "learningpathall"
99
---
10-
The [Arm ML Evaluation Kit (MLEK)](https://review.mlplatform.org/plugins/gitiles/ml/ethos-u/ml-embedded-evaluation-kit) provides a number of ready-to-use ML applications. These allow you to investigate the embedded software stack and evaluate performance on the Cortex-M55 and Ethos-U85 processors.
10+
The [Arm ML Evaluation Kit (MLEK)](https://gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit) provides a number of ready-to-use ML applications. These allow you to investigate the embedded software stack and evaluate performance on the Cortex-M55 and Ethos-U85 processors.
1111

1212
You can use the MLEK source code to build sample applications and run them on the [Corstone reference systems](https://www.arm.com/products/silicon-ip-subsystems/), for example the [Corstone-320](https://developer.arm.com/Processors/Corstone-320) Fixed Virtual Platform (FVP).
1313

@@ -53,7 +53,7 @@ You can review the installation guides for further details.
5353
Clone the ML Evaluation Kit repository, and navigate into the new directory:
5454

5555
```bash
56-
git clone "https://review.mlplatform.org/ml/ethos-u/ml-embedded-evaluation-kit"
56+
git clone "https://git.gitlab.arm.com/artificial-intelligence/ethos-u/ml-embedded-evaluation-kit.git"
5757
cd ml-embedded-evaluation-kit
5858
git submodule update --init
5959
```

0 commit comments

Comments
 (0)