diff --git a/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md b/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md
index 1c68d0e9393cdab6446398189d4501fbfe3f9a6b..8c9fc794b75c03c20c2fca6a721d1a6e96514c40 100644
--- a/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md
+++ b/docs.it4i/software/intel/intel-suite/intel-trace-analyzer-and-collector.md
@@ -19,7 +19,7 @@ $ ml av itac
 ITAC can collect traces from applications that are using Intel MPI. To generate a trace, simply add the `-trace` option to your `mpirun` command:
 
 ```console
-$ ml itac/9.1.2.024
+$ ml itac/2020.3.036
 $ mpirun -trace myapp
 ```
 
@@ -30,7 +30,7 @@ The trace will be saved in the myapp.stf file in the current directory.
 To view and analyze the trace, open the ITAC GUI in a [graphical environment][1]:
 
 ```console
-$ ml itac/9.1.2.024
+$ ml itac/2020.3.036
 $ traceanalyzer
 ```