From cf0de025c118d4a61023d2fe1dd96104bb850e49 Mon Sep 17 00:00:00 2001 From: Lisa Date: Tue, 5 Mar 2024 09:09:13 -0700 Subject: [PATCH] fix links Change-Id: I23520f7abf5e67453a928a07b46f126bcd5c1469 Reviewed-By: Galantsev, Dmitrii [ROCm/amdsmi commit: ec56aba6c1ec402023aca959c218204d4b8076e6] --- projects/amdsmi/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/amdsmi/README.md b/projects/amdsmi/README.md index 2dc3a07cf5..109f890e67 100755 --- a/projects/amdsmi/README.md +++ b/projects/amdsmi/README.md @@ -12,7 +12,7 @@ and [esmi_ib_library](https://github.com/amd/esmi_ib_library) At initial release, the AMD SMI library will support Linux bare metal and Linux virtual machine guest for AMD GPUs. In the future release, the library will be extended to support AMD EPYC™ CPUs. -AMD SMI library can run on AMD ROCm supported platforms, please refer to [List of Supported Operating Systems and GPUs](https://rocm.docs.amd.com/en/latest/release/gpu_os_support.html) +AMD SMI library can run on AMD ROCm supported platforms, refer to [System requirements (Linux)](https://rocm.docs.amd.com/projects/install-on-linux/en/latest/reference/system-requirements.html) for more information. To run the AMD SMI library, the amdgpu driver and the hsmp driver needs to be installed. Optionally, the libdrm can be installed to query firmware information and hardware IPs. @@ -195,7 +195,7 @@ python3 -m sphinx -T -E -b html -d _build/doctrees -D language=en . _build/html The output will be in `docs/_build/html`. -For additional details, see the [ROCm Contributing Guide](https://rocm.docs.amd.com/en/latest/contributing.html#building-documentation) +For additional details, see [Contribute to ROCm documentation](https://rocm.docs.amd.com/en/latest/contribute/contributing.html). ## Building AMD SMI