From a9b3c699c6a21ecae4269992d01c8c67f31f8a8a Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 14 Feb 2022 11:22:28 +0100
Subject: [PATCH] Update intel-tbb.md

---
 docs.it4i/software/intel/intel-suite/intel-tbb.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/docs.it4i/software/intel/intel-suite/intel-tbb.md b/docs.it4i/software/intel/intel-suite/intel-tbb.md
index 8dd76e535..36b665fcb 100644
--- a/docs.it4i/software/intel/intel-suite/intel-tbb.md
+++ b/docs.it4i/software/intel/intel-suite/intel-tbb.md
@@ -2,7 +2,7 @@
 
 ## Introduction
 
-Intel Threading Building Blocks (Intel TBB) is a library that supports scalable parallel programming using standard ISO C++ code. It does not require special languages or compilers.  To use the library, you specify tasks, not threads, and let the library map tasks onto threads in an efficient manner. The tasks are executed by a runtime scheduler and may be offloaded to [MIC accelerator][1].
+Intel Threading Building Blocks (Intel TBB) is a library that supports scalable parallel programming using standard ISO C++ code. It does not require special languages or compilers.  To use the library, you specify tasks, not threads, and let the library map tasks onto threads in an efficient manner.
 
 ## Installed Versions
 
@@ -40,6 +40,4 @@ $ icc -O2 -o primes.x main.cpp primes.cpp -Wl,-rpath=$LIBRARY_PATH -ltbb
 
 Read more on Intel [website][a].
 
-[1]: ../intel-xeon-phi-salomon.md
-
-[a]: http://software.intel.com/sites/products/documentation/doclib/tbb_sa/help/index.htm
+[a]: https://www.intel.com/content/www/us/en/developer/articles/guide/get-started-with-tbb.html?wapkw=tbb
-- 
GitLab