diff --git a/content/learning-paths/embedded-systems/migration/6_run_evaluate.md b/content/learning-paths/embedded-systems/migration/6_run_evaluate.md index 8a2cfe7754..256a3ea14c 100644 --- a/content/learning-paths/embedded-systems/migration/6_run_evaluate.md +++ b/content/learning-paths/embedded-systems/migration/6_run_evaluate.md @@ -45,4 +45,4 @@ Emulation does not give a representative view of how efficiently the algorithms You have now ported an `x86_64` application to `aarch64`, built and run the ported application on `aarch64` using emulation, well done! -If you have access to Arm hardware, continue to the next section [Evaluating real hardware](/learning-paths/embedded-systems/migration/7_alternative). If you don't have access to Arm hardware you can jump straight to the [Review](/learning-paths/embedded-systems/migration/_review) and test your knowledge. \ No newline at end of file +Continue to the next section to evaluate application performance on Arm hardware.