From 7be17ac7fb676f454212aa6a464f4d5a54af54e3 Mon Sep 17 00:00:00 2001 From: Alexander Rybkin Date: Fri, 16 Jun 2023 18:20:19 +0200 Subject: [PATCH] Update activate-icc-online.sh for correct links --- activate-icc-online.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/activate-icc-online.sh b/activate-icc-online.sh index 411d075..7e6e0c9 100755 --- a/activate-icc-online.sh +++ b/activate-icc-online.sh @@ -111,7 +111,7 @@ if [ ! -e "${INSTALLER}" ]; then fi chmod u+x "${INSTALLER}" -# See https://software.intel.com/en-us/intel-system-studio-readme#inpage-nav-5-3 +# See https://www.intel.com/content/www/us/en/developer/articles/guide/download-documentation-intel-system-studio-current-previous.html#inpage-nav-5-3 echo "# Generated silent configuration file" > "${SILENT_CFG}" # Accept EULA, valid values are: {accept, decline} @@ -159,7 +159,7 @@ fi # You can revoke your consent at any time by choosing "Improvement Program Options" in the "Settings" tab of # the Intel(R) Software Manager and selecting the "I do NOT consent to the collection of my Information" option. # For more details please refer to this article: -# https://software.intel.com/en-us/articles/software-improvement-program. +# https://www.intel.com/content/www/us/en/developer/articles/community/software-improvement-program.html # # Yes - I consent to the collection of my Information # No - I do NOT consent to the collection of my Information