Skip to content

Commit b9e5e21

Browse files
Merge pull request #2858 from ArmDeveloperEcosystem/main
Production update
2 parents 2541164 + dd175b9 commit b9e5e21

71 files changed

Lines changed: 123 additions & 131 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/install-guides/acfl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ ACfL is now [ready to use](#armclang).
260260

261261
Arm Compiler for Linux is available with the [Spack](https://spack.io/) package manager.
262262

263-
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://community.arm.com/arm-community-blogs/b/high-performance-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
263+
See the [Arm Compiler for Linux and Arm PL now available in Spack](https://developer.arm.com/community/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/arm-compiler-for-linux-and-arm-pl-now-available-in-spack) blog for full details.
264264

265265
### How do I set up Spack for ACfL?
266266

content/install-guides/cmsis-toolbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The [CMSIS-Toolbox](https://github.com/Open-CMSIS-Pack/cmsis-toolbox) is a suite
3434

3535
It is also used for the creation and maintenance of such packs.
3636

37-
`CMSIS-Toolbox` is part of the [Open-CMSIS-Pack project](https://www.open-cmsis-pack.org).
37+
`CMSIS-Toolbox` is part of the [Open-CMSIS-Pack project](https://open-cmsis-pack.github.io/Open-CMSIS-Pack-Spec/main/html/index.html).
3838

3939
Windows, Linux, and macOS host platforms are supported.
4040

content/install-guides/gemini.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Gemini CLI
33

44
author: Jason Andrews
55
minutes_to_complete: 15
6-
official_docs: https://ai.google.dev/gemini-api/docs/cli
6+
official_docs: https://geminicli.com/docs/
77

88
test_maintenance: true
99
test_images:

content/install-guides/java.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,24 +144,24 @@ For more information about the available versions and supported platforms refer
144144

145145
You can download Java from the [Oracle website](https://www.oracle.com/java/technologies/javase-downloads.html) and install it manually. Look for the files with ARM64 in the description.
146146

147-
Download a [tar.gz](https://download.oracle.com/java/22/latest/jdk-22_linux-aarch64_bin.tar.gz) file from the website.
147+
Download a [tar.gz](https://download.oracle.com/java/25/latest/jdk-25_linux-aarch64_bin.tar.gz) file from the website.
148148

149149
Extract the contents of the file:
150150

151151
```console
152-
tar xvf jdk-22_linux-aarch64_bin.tar.gz
152+
tar xvf jdk-25_linux-aarch64_bin.tar.gz
153153
```
154154

155155
Move the contents to a directory of your choice:
156156

157157
```console
158-
sudo mv jdk-22.0.2 /usr/local/
158+
sudo mv jdk-25.0.2 /usr/local/
159159
```
160160

161161
Set up environment variables to locate your installation:
162162

163163
```console
164-
export JAVA_HOME=/usr/local/jdk-22.0.2
164+
export JAVA_HOME=/usr/local/jdk-25.0.2
165165
export PATH=$JAVA_HOME/bin:$PATH
166166
```
167167

@@ -350,9 +350,9 @@ sudo apt install ant -y
350350
You can also install specific versions by downloading and extracting a zip file:
351351

352352
```console
353-
wget https://downloads.apache.org/ant/binaries/apache-ant-1.10.13-bin.zip -O apache-ant-1.10.13-bin.zip
354-
unzip apache-ant-1.10.13-bin.zip
355-
sudo mv apache-ant-1.10.13 /opt/ant
353+
wget https://downloads.apache.org/ant/binaries/apache-ant-1.10.14-bin.zip -O apache-ant-1.10.14-bin.zip
354+
unzip apache-ant-1.10.14-bin.zip
355+
sudo mv apache-ant-1.10.14 /opt/ant
356356
sudo ln -s /opt/ant/bin/ant /usr/local/bin/ant
357357
```
358358

@@ -365,7 +365,7 @@ ant -version
365365
The output is similar to:
366366

367367
```output
368-
Apache Ant(TM) version 1.10.13 compiled on January 4 2023
368+
Apache Ant(TM) version 1.10.14 compiled on August 16 2023
369369
```
370370

371371
### Apache JMeter

content/install-guides/openvscode-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ multitool_install_part: false # Set to true if a sub-page of a multi-page arti
2626
layout: installtoolsall # DO NOT MODIFY. Always true for tool install articles
2727
---
2828

29-
[OpenVSCode Server](https://www.gitpod.io/blog/openvscode-server-launch) is a version of VS Code which runs on any computer and can be accessed using a browser. The project was initiated by Gitpod and is available on [GitHub](https://github.com/gitpod-io/openvscode-server/)
29+
OpenVSCode Server is a version of VS Code which runs on any computer and can be accessed using a browser. The project was initiated by Gitpod and is available on [GitHub](https://github.com/gitpod-io/openvscode-server/)
3030

3131
OpenVSCode Server supports the Arm architecture and is useful for developing on a remote Arm machine. It can be used on cloud instances, without requiring a Linux desktop to be installed. It's also useful when developing on a local Arm machine with a Linux subsystem, such as Windows Subsystem for Linux (WSL), ChromeOS with Linux enabled, or Multipass.
3232

content/install-guides/pytorch-woa.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ additional_search_terms:
1616
minutes_to_complete: 15
1717

1818
### Link to official documentation
19-
official_docs: https://www.pytorch.org/doc/
19+
official_docs: https://docs.pytorch.org/docs/stable/index.html
2020

2121
author: Pareena Verma
2222

content/install-guides/sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ additional_search_terms:
1111
layout: installtoolsall
1212
multi_install: false
1313
multitool_install_part: false
14-
official_docs: https://www.scala-sbt.org/download.html
14+
official_docs: https://www.scala-sbt.org/download/
1515
test_images:
1616
- ubuntu:latest
1717
test_link: null

content/install-guides/wperf.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ You see output similar to:
110110

111111
## How do I install the WindowsPerf Virtual Studio Extension? {#vs2022}
112112

113-
WindowsPerf GUI (Graphical User Interface) is a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm. It is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=Arm.WindowsPerfGUI).
113+
WindowsPerf GUI (Graphical User Interface) is a Visual Studio 2022 extension designed to bring a seamless UI experience to WindowsPerf, the command-line performance profiling tool for Windows on Arm. It is available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/).
114114

115115
Install by opening **Extensions** menu, click **Manage Extensions**, and click **Browse**. Type `WindowsPerf` to search for Arm WindowsPerf GUI extension. Click **Install**.
116116

@@ -145,7 +145,7 @@ You do not need to install `wperf` on non-Windows on Arm devices.
145145
- [WindowsPerf Release 3.0.0 blog post](https://www.linaro.org/blog/windowsperf-release-3-0-0/)
146146
- [WindowsPerf Release 2.5.1 blog post](https://www.linaro.org/blog/windowsperf-release-2-5-1/)
147147
- [WindowsPerf release 2.4.0 introduces the first stable version of sampling model support](https://www.linaro.org/blog/windowsperf-release-2-4-0-introduces-the-first-stable-version-of-sampling-model-support/)
148-
- [Announcing WindowsPerf: Open-source performance analysis tool for Windows on Arm](https://community.arm.com/arm-community-blogs/b/infrastructure-solutions-blog/posts/announcing-windowsperf)
148+
- [Announcing WindowsPerf: Open-source performance analysis tool for Windows on Arm](https://developer.arm.com/community/arm-community-blogs/b/servers-and-cloud-computing-blog/posts/announcing-windowsperf)
149149

150150
### WindowsPerf GUI
151151

content/learning-paths/automotive/intro/resources.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ weight: 4
77

88
There are a number of books written to discuss software development on Cortex-M. Examples include:
99

10-
* [The Definitive Guide to Arm Cortex-M0 and Cortex-M0+ Processors](https://www.oreilly.com/library/view/the-definitive-guide/9780128032787/)
1110
* [The Definitive Guide to Arm Cortex-M3 and Cortex-M4 Processors](https://www.oreilly.com/library/view/the-definitive-guide/9780124080829/)
1211
* [The Definitive Guide to Arm Cortex-M23 and Cortex-M33 Processors](https://www.oreilly.com/library/view/definitive-guide-to/9780128207369/)
1312
* [The Designer's Guide to the Cortex-M Processor Family](https://www.oreilly.com/library/view/the-designers-guide/9780081006344/)

content/learning-paths/cross-platform/_example-learning-path/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Arm has a number of content channels where you can access Arm technical content
3030

3131
* [Product Documentation and reference manuals](https://developer.arm.com/documentation) are the trusted source of detailed information for developing on the Arm architecture.
3232

33-
* [Blogs](https://www.community.arm.com) offer news and announcements for recent and upcoming Arm activities.
33+
* [Blogs](https://developer.arm.com) offer news and announcements for recent and upcoming Arm activities.
3434

3535
* [Videos](https://www.youtube.com/c/armsoftwaredevelopers) provide talks and demos of Arm tools and other software topics.
3636

0 commit comments

Comments
 (0)