Skip to content

Commit bd066a4

Browse files
committed
fix for url lint check
Signed-off-by: Rob Elliott <[email protected]>
1 parent f30c331 commit bd066a4

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

backends/arm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Other:
6666

6767
## Testing
6868

69-
The tests and related support scripts will test TOSA, Ethos-U and VGF behaviour based on the installed tools. It is expected that the relevant environment preparation has been performed as outlined in the guide available here https://docs.pytorch.org/executorch/main/tutorial-arm.html
69+
The tests and related support scripts will test TOSA, Ethos-U and VGF behaviour based on the installed tools. It is expected that the relevant environment preparation has been performed as outlined in ./examples/arm/README.md.
7070

7171
After setup you can run unit tests with the test_arm_baremetal.sh script.
7272

docs/source/tutorial-arm.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ You may encounter some rough edges and features which may be documented or plann
2828
If you are already familiar with this delegate, you may want to jump directly to the examples:
2929
* [Examples in the ExecuTorch repository](https://github.com/pytorch/executorch/tree/main/examples/arm)
3030
* [Compilation for Ethos-U](https://github.com/pytorch/executorch/blob/main/examples/arm/ethos_u_minimal_example.ipynb)
31-
* [Compilation for VGF/ML-SDK](https://github.com/pytorch/executorch/blob/main/examples/arm/vgf_minimal_example.ipynb)
3231
* [A commandline compiler for example models](https://github.com/pytorch/executorch/blob/main/examples/arm/aot_arm_compiler.py)
3332
```
3433

examples/arm/ethos_u_minimal_example.ipynb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@
2626
"2. Install Arm cross-compilation toolchain and simulators using `./examples/arm/setup.sh --i-agree-to-the-contained-eula`\n",
2727
"3. Add Arm cross-compilation toolchain and simulators to PATH using `./examples/arm/ethos-u-scratch/setup_path.sh` \n",
2828
"\n",
29-
"For further guidance, refer to https://docs.pytorch.org/executorch/main/tutorial-arm.html",
30-
"\n",
3129
"With all commands executed from the base `executorch` folder.\n",
3230
"\n",
3331
"\n",

0 commit comments

Comments
 (0)