Skip to content

Commit 4c46f52

Browse files
Merge pull request #7 from jasonrandrews/copilot/update-md-links-for-learn-arm
Convert learn.arm.com URLs to local markdown links
2 parents 7a2174d + ecb13ac commit 4c46f52

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

content/install-guides/streamline-cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Streamline CLI tools are supported on the following Arm CPUs:
5252

5353
Use the Arm Sysreport utility to determine whether your system configuration supports hardware-assisted profiling. Follow the instructions in [Get ready for performance analysis with Sysreport][1] to discover how to download and run this utility.
5454

55-
[1]: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sysreport/
55+
[1]: /learning-paths/servers-and-cloud-computing/sysreport/
5656

5757
The `perf counters` entry in the generated report indicates how many CPU counters are available. The `perf sampling` entry indicates if SPE is available. You will achieve the best profiles in systems with at least 6 available CPU counters and SPE.
5858

content/learning-paths/automotive/openadkit2_safetyisolation/3_container_spliting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ layout: learningpathall
1010

1111
Now that you’ve explored the concept of a safety island, a dedicated subsystem responsible for executing safety-critical control logic, and learned how DDS (Data Distribution Service) enables real-time, distributed communication, you’ll refactor the original OpenAD Kit architecture into a multi-instance deployment.
1212

13-
The predecessor Learning Path, [Deploy Open AD Kit containerized autonomous driving simulation on Arm Neoverse](http://learn.arm.com/learning-paths/automotive/openadkit1_container/), showed how to deploying three container components on a single Arm-based instance, to handle:
13+
The predecessor Learning Path, [Deploy Open AD Kit containerized autonomous driving simulation on Arm Neoverse](/learning-paths/automotive/openadkit1_container/), showed how to deploying three container components on a single Arm-based instance, to handle:
1414
- The simulation environment
1515
- Visualization
1616
- Planning and control

content/learning-paths/automotive/openadkit2_safetyisolation/4_multiinstance_executing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ On the Simulation and Visualization node, execute:
8686

8787
Once both machines are running their launch scripts, the Visualizer container exposes a web-accessible interface at: http://6080/vnc.html.
8888

89-
Open this link in your browser to observe the simulation in real time. The demo closely resembles the output in the [previous Learning Path, Deploy Open AD Kit containerized autonomous driving simulation on Arm Neoverse](http://learn.arm.com/learning-paths/automotive/openadkit1_container/4_run_openadkit/).
89+
Open this link in your browser to observe the simulation in real time. The demo closely resembles the output in the [previous Learning Path, Deploy Open AD Kit containerized autonomous driving simulation on Arm Neoverse](/learning-paths/automotive/openadkit1_container/4_run_openadkit/).
9090

9191
![Distributed OpenAD Kit simulation running on two Arm-based instances with visualizer and simulator coordination over DDS alt-text#center](split_aws_run.gif "Visualizer output from a distributed OpenAD Kit simulation showing ROS 2 modules running across two cloud instances using DDS communication.")
9292

content/learning-paths/servers-and-cloud-computing/from-iot-to-the-cloud-part1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ prerequisites:
1818
- 'Visual Studio Code: https://code.visualstudio.com/download'
1919
- 'Docker Extension for Visual Studio Code: https://code.visualstudio.com/docs/containers/overview'
2020
- 'C# Extension for Visual Studio Code: https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp'
21-
- 'Install Docker on Arm64: https://learn.arm.com/install-guides/docker/docker-woa/'
21+
- '[Install Docker on Arm64](/install-guides/docker/docker-desktop/)'
2222

2323
author: Dawid Borycki
2424

content/learning-paths/servers-and-cloud-computing/from-iot-to-the-cloud-part3/how-to-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ layout: learningpathall
77
---
88

99
## Objective
10-
You will create the managed Kubernetes cluster in Azure, which is integrated with the Azure Container Registry. The cluster will use arm64 VMs as the nodes. This tutorial shows how to manually create the cluster. Optionally you can use Terraform-based deployment as described here: https://learn.arm.com/learning-paths/servers-and-cloud-computing/aks/cluster_deployment/.
10+
You will create the managed Kubernetes cluster in Azure, which is integrated with the Azure Container Registry. The cluster will use arm64 VMs as the nodes. This tutorial shows how to manually create the cluster. Optionally you can use [Terraform-based deployment](/learning-paths/servers-and-cloud-computing/aks/cluster_deployment/).
1111

1212
## Create the Kubernetes cluster
1313
Login to the Azure Portal and type **Kubernetes** in the search box. Then, look for the Kubernetes services:

content/learning-paths/servers-and-cloud-computing/profiling-for-neoverse/system_compatibility.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ layout: learningpathall
99

1010
Before you begin, you can use the Arm Sysreport utility to determine whether your system configuration supports hardware-assisted profiling. Follow the instructions in [Get ready for performance analysis with Sysreport][1] to discover how to download and run this utility.
1111

12-
[1]: https://learn.arm.com/learning-paths/servers-and-cloud-computing/sysreport/
12+
[1]: /learning-paths/servers-and-cloud-computing/sysreport/
1313

1414
The `perf counters` entry in the generated report indicates how many CPU counters are available. The `perf sampling` entry indicates if SPE is available. You can achieve the best profiles in systems with at least 6 available CPU counters and SPE.
1515

content/migration/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ You can quickly find out if software dependencies are available for Arm using th
102102

103103
The below resources are curated to address migration challenges on specific cloud providers. Look through them for additional context.
104104
- [Porting architecture specific intrinsics](/learning-paths/cross-platform/intrinsics/) - perfect for porting intrinsics from another architecture.
105-
- [Arm software install guides](https://learn.arm.com/install-guides) - good for quickly installing common tools and software.
105+
- [Arm software install guides](/install-guides) - good for quickly installing common tools and software.
106106
- [simd.info](https://simd.info/) - a searchable reference tool for C intrinsics for SIMD engines.
107107
- [migrate-ease](https://github.com/migrate-ease/migrate-ease) - scan your source code for suggestions to migrate to Arm Neoverse, get started [here](/learning-paths/servers-and-cloud-computing/migrate-ease/).
108108
- [Arm Infrastructure Solutions blog](https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/) - an Arm-specific technical blog.

0 commit comments

Comments
 (0)