diff --git a/docs.it4i/software/intel/intel-suite/intel-compilers.md b/docs.it4i/software/intel/intel-suite/intel-compilers.md
index e78e2f320b183626352c36378a512f6809104fc4..16cff5ec01550b109a892de2bad05e60d0645706 100644
--- a/docs.it4i/software/intel/intel-suite/intel-compilers.md
+++ b/docs.it4i/software/intel/intel-suite/intel-compilers.md
@@ -10,6 +10,8 @@ Intel compilers are compilers for Intel processor-based systems, available for M
     An `intel/2023a` module has been installed on the Karolina and Barbora clusters.
     This module contains new compilers `icx`, `icpx`, and `ifx`.
 
+    See the porting guides for [ICC Users to DPCPP or ICX][b] or for [IntelĀ® Fortran Compiler][c].
+
 Intel compilers are available in multiple versions via the `intel` module. The compilers include the icc C and C++ compiler and the ifort Fortran 77/90/95 compiler.
 
 For the current list of installed versions, use:
@@ -61,3 +63,5 @@ $ icc -ipo -O3 -xCORE-AVX2 -qopt-report1 -qopt-report-phase=vec -openmp myprog.c
 Read more [here][a].
 
 [a]: https://software.intel.com/content/www/us/en/develop/documentation/cpp-compiler-developer-guide-and-reference/top.html
+[b]: https://www.intel.com/content/www/us/en/developer/articles/guide/porting-guide-for-icc-users-to-dpcpp-or-icx.html
+[c]: https://www.intel.com/content/www/us/en/developer/articles/guide/porting-guide-for-ifort-to-ifx.html?wapkw=ifx