From e4964d915ceec06b1581b488c7bbec9f96c26c54 Mon Sep 17 00:00:00 2001
From: Kenny Ho <y2kenny@gmail.com>
Date: Tue, 9 Jan 2024 23:26:05 -0500
Subject: [PATCH] Fix dead link to ROCm system requirement

Closes #43
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index c0d6cc67..cc10c686 100644
--- a/README.md
+++ b/README.md
@@ -87,7 +87,7 @@ $ kubectl create -f https://raw.githubusercontent.com/RadeonOpenCompute/k8s-devi
 [rock]: https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver
 [rocminstall]: https://docs.amd.com/en/latest/deploy/linux/quick_start.html
 [amdgpuinstall]: https://amdgpu-install.readthedocs.io/en/latest/
-[sysreq]: https://docs.amd.com/en/latest/release/gpu_os_support.html
+[sysreq]: https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html
 [gm]: https://blog.golang.org/using-go-modules
 [kubeadm]: https://kubernetes.io/docs/setup/independent/install-kubeadm/#before-you-begin
 [k8sinstall]: https://kubernetes.io/docs/setup/independent/install-kubeadm
-- 
GitLab