Skip to content

Commit ce8c124

Browse files
authored
Update download link for bsort.cpp source file
1 parent ad71bc1 commit ce8c124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • content/learning-paths/servers-and-cloud-computing/bolt-demo

content/learning-paths/servers-and-cloud-computing/bolt-demo/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ layout: learningpathall
1111
On your AArch64 Linux machine, navigate to your home directory (or another empty working directory) and download the `bsort.cpp` source file:
1212

1313
```bash
14-
wget https://learn.arm.com/learning-paths/servers-and-cloud-computing/bolt-demo/bsort.cpp
14+
wget https://raw.githubusercontent.com/ArmDeveloperEcosystem/arm-learning-paths/main/content/learning-paths/servers-and-cloud-computing/bolt-demo/bsort.cpp
1515
```
1616

1717
The [Why Bubble Sort?](#why-bubble-sort) section explains why BubbleSort is used as the demonstration workload.

0 commit comments

Comments
 (0)