From 68a5e69805e4e2f8ed8a2028b3f0df828f4905ef Mon Sep 17 00:00:00 2001 From: samanthasusu <95402892+samanthasusu@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:52:32 +0800 Subject: [PATCH] fix-link (#1921) * fix-link Signed-off-by: samanthasusu - Modified the link for node.js knowledge center. * fix-link Signed-off-by samanthasusu Modified the link for knowledge center of node.js. --- docs/user-guide/install-nodejs-zos.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/user-guide/install-nodejs-zos.md b/docs/user-guide/install-nodejs-zos.md index 8a8cc46d88..0754e66584 100644 --- a/docs/user-guide/install-nodejs-zos.md +++ b/docs/user-guide/install-nodejs-zos.md @@ -14,7 +14,7 @@ Before you install Zowe™ on z/OS, you must install IBM SDK for Node.js on The following Node.js versions are supported to run Zowe. See the [Hardware and software prerequisites](#hardware-and-software-prerequisites) section for the prerequisites that are required by Zowe. -The corresponding [IBM Knowledge Center for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/SSWLKB/welcome_nodesdk_family.html) lists all the prerequisites for Node.js. Some software packages, which might be listed as prerequisites there, are **NOT** required by Zowe. Specifically, you do **NOT** need to install Python, Make, Perl, or C/C++ runtime or compiler. If you can run `node --version` successfully, you have installed the prerequisites required by Zowe. +The corresponding [IBM Knowledge Center for Node.js - z/OS](https://www.ibm.com/docs/en/sdk-nodejs-zos) lists all the prerequisites for Node.js. Some software packages, which might be listed as prerequisites there, are **NOT** required by Zowe. Specifically, you do **NOT** need to install Python, Make, Perl, or C/C++ runtime or compiler. If you can run `node --version` successfully, you have installed the prerequisites required by Zowe. - v8.x (except v8.16.1) - z/OS V2R2: PTFs UI62788, UI46658, UI62416, UI62415 (APARs [PH10606](https://www-01.ibm.com/support/docview.wss?uid=swg1PH10606), [PI79959](https://www-01.ibm.com/support/docview.wss?uid=swg1PI79959), [PH10740](https://www-01.ibm.com/support/docview.wss?uid=swg1PH10740), [PH10741](https://www-01.ibm.com/support/docview.wss?uid=swg1PH10741)) @@ -52,7 +52,7 @@ For more information, see the blog ["How to obtain IBM SDK for Node.js - z/OS, a To install Node.js for Zowe, the following requirements must be met. -The corresponding [IBM Knowledge Center for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/SSWLKB/welcome_nodesdk_family.html) lists all the prerequisites for Node.js. Some software packages, which might be listed as prerequisites there, are **NOT** required by Zowe. Specifically, you do **NOT** need to install Python, Make, Perl, or C/C++ runtime or compiler. +The corresponding [IBM Knowledge Center for Node.js - z/OS](https://www.ibm.com/docs/en/sdk-nodejs-zos) lists all the prerequisites for Node.js. Some software packages, which might be listed as prerequisites there, are **NOT** required by Zowe. Specifically, you do **NOT** need to install Python, Make, Perl, or C/C++ runtime or compiler. If you can run `node --version` successfully, you have installed the Node.js prerequisites required by Zowe. @@ -90,4 +90,4 @@ Follow these steps to install the PAX edition of Node.js - z/OS to run Zowe. ## Installing the SMP/E edition of Node.js - z/OS -To install the SMP/E edition of Node.js, see the [documentation for IBM SDK for Node.js - z/OS](https://www.ibm.com/support/knowledgecenter/SSWLKB/welcome_nodesdk_family.html). Remember that the software packages Perl, Python, Make, or C/C++ runtime or compiler that the Node.js documentation might mention are **NOT** needed by Zowe. +To install the SMP/E edition of Node.js, see the [documentation for IBM SDK for Node.js - z/OS](https://www.ibm.com/docs/en/sdk-nodejs-zos). Remember that the software packages Perl, Python, Make, or C/C++ runtime or compiler that the Node.js documentation might mention are **NOT** needed by Zowe.