From a6d45d646532fc54010ef329d7dc8dcbeffb0d56 Mon Sep 17 00:00:00 2001 From: Nick Dingle Date: Thu, 17 Oct 2024 10:23:35 +0000 Subject: [PATCH] Fix links in Release Notes --- RELEASE_NOTES.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index b694be5..1c73f12 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -154,9 +154,8 @@ This section describes any known limitations of the current release. ## Support If you have any issues with the installation, content, or use of this release, -raise an issue on [Arm's GitLab -website](https://gitlab.arm.com/networking/ral/-/issues). Arm will respond as -soon as possible. +raise an issue on [Arm's GitLab website](https://gitlab.arm.com/networking/ral/-/issues). +Arm will respond as soon as possible. ### Tools @@ -167,9 +166,8 @@ To build or run ArmRAL you will need: **Note:** If you are cross-compiling, you need a cross-toolchain compiler that targets AArch64. You can download open-source cross-toolchain builds of the - GCC compiler on the [Arm Developer - website](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads). The - variant to use for an AArch64 GNU/Linux target is `aarch64-none-linux-gnu`. + GCC compiler on the [Arm Developer website](https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads). + The variant to use for an AArch64 GNU/Linux target is `aarch64-none-linux-gnu`. - CMake version 3.3.0 or higher. @@ -192,8 +190,7 @@ PMULL extension, `pmull` will be included in the "Features" list in the ## Release history -ArmRAL's release history is available on the [Arm Developer -website](https://developer.arm.com/downloads/-/arm-ran-acceleration-library/previous-releases-of-the-arm-ran-acceleration-library). +ArmRAL's release history is available on the [Arm Developer website](https://developer.arm.com/downloads/-/arm-ran-acceleration-library/previous-releases-of-the-arm-ran-acceleration-library). ## Conventions -- GitLab