From f26a94cc3d1d52358bd5f1abfb778845d8e5c26c Mon Sep 17 00:00:00 2001 From: Seb Ospina Date: Fri, 23 Feb 2024 21:10:28 +0100 Subject: [PATCH] Fix adrenalin software link The link that should be for AMD Adrenalin was pointing to ROCm linux info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6281f0e..2756292 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Make sure you have the following installed: * Rust (1.66.1 or newer) * C++ compiler * (Linux only) ROCm 5.7+ (_not ROCm 6_) (https://rocm.docs.amd.com/en/latest/deploy/linux/install_overview.html) -* (Windows only) Recent AMD Radeon Software Adrenalin (https://rocm.docs.amd.com/en/latest/deploy/linux/install_overview.html) +* (Windows only) Recent [AMD Radeon Software Adrenalin](https://www.amd.com/en/technologies/software) * (Recommended, optional) Ninja (https://ninja-build.org/) Alternatively, if you are building for Linux, [.devcontainer](.devcontainer) directory contains various developer Dockerfiles with all the required dependencies