From ecd99d6a9acbc436bad085783bcd5d0b9ae9e9e9 Mon Sep 17 00:00:00 2001 From: Mickael Desgranges Date: Tue, 3 Mar 2026 14:50:00 +0100 Subject: [PATCH] docs: Fix intel documentation link (#20040) --- docs/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.md b/docs/build.md index fd447424c7..e6f572c77f 100644 --- a/docs/build.md +++ b/docs/build.md @@ -108,7 +108,7 @@ Building through oneAPI compilers will make avx_vnni instruction set available f - Using oneAPI docker image: If you do not want to source the environment vars and install oneAPI manually, you can also build the code using intel docker container: [oneAPI-basekit](https://hub.docker.com/r/intel/oneapi-basekit). Then, you can use the commands given above. -Check [Optimizing and Running LLaMA2 on IntelĀ® CPU](https://www.intel.com/content/www/us/en/content-details/791610/optimizing-and-running-llama2-on-intel-cpu.html) for more information. +Check [Optimizing and Running LLaMA2 on IntelĀ® CPU](https://builders.intel.com/solutionslibrary/optimizing-and-running-llama2-on-intel-cpu) for more information. ### Other BLAS libraries