We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad71bc1 commit ce8c124Copy full SHA for ce8c124
1 file changed
content/learning-paths/servers-and-cloud-computing/bolt-demo/setup.md
@@ -11,7 +11,7 @@ layout: learningpathall
11
On your AArch64 Linux machine, navigate to your home directory (or another empty working directory) and download the `bsort.cpp` source file:
12
13
```bash
14
-wget https://learn.arm.com/learning-paths/servers-and-cloud-computing/bolt-demo/bsort.cpp
+wget https://raw.githubusercontent.com/ArmDeveloperEcosystem/arm-learning-paths/main/content/learning-paths/servers-and-cloud-computing/bolt-demo/bsort.cpp
15
```
16
17
The [Why Bubble Sort?](#why-bubble-sort) section explains why BubbleSort is used as the demonstration workload.
0 commit comments