From aa024d509bff91b32b1407aee5ef4c456d339b20 Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Thu, 21 Nov 2024 16:20:34 +0100 Subject: [PATCH 1/2] fix link to initializing security config Signed-off-by: Andrew Jandacek --- docs/user-guide/zos-components-installation-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/zos-components-installation-checklist.md b/docs/user-guide/zos-components-installation-checklist.md index bfdea575b1..4422b18bdf 100644 --- a/docs/user-guide/zos-components-installation-checklist.md +++ b/docs/user-guide/zos-components-installation-checklist.md @@ -33,7 +33,7 @@ Configure Zowe and your z/OS system to run Zowe with z/OS. | Task | Results | Time Estimate | |--------------------|----|------| |[Review Configuring security](./configuring-security.md) | Knowledge about which tasks need to be performed by the security administrator. | 10 minutes| -[Initialize Zowe security configurations](./initialize-security-configuration) | The JCL member to configure the z/OS system is created. | 10 minutes | +[Initialize Zowe security configurations](./configuring-security.md#initialize-zowe-security-configurations) | The JCL member to configure the z/OS system is created. | 10 minutes | [Perform APF authorization of load libraries](./apf-authorize-load-library.md) | APF authorization is granted to load libraries. | 10 minutes | [Address z/OS requirements for Zowe](./configure-zos-system.md) | Your z/OS and security product are configured. | 2 hours | [Assign security permissions to users](./assign-security-permissions-to-users.md) | Zowe user is created and is assigned all required permissions. | 30 minutes | From 295b3a5e9d0ed064606b1b982e9a6dec3df3a1fb Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Fri, 22 Nov 2024 14:57:17 +0100 Subject: [PATCH 2/2] fix links and title in checklist Signed-off-by: Andrew Jandacek --- docs/user-guide/zos-components-installation-checklist.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/zos-components-installation-checklist.md b/docs/user-guide/zos-components-installation-checklist.md index 4422b18bdf..20168128f7 100644 --- a/docs/user-guide/zos-components-installation-checklist.md +++ b/docs/user-guide/zos-components-installation-checklist.md @@ -35,7 +35,7 @@ Configure Zowe and your z/OS system to run Zowe with z/OS. |[Review Configuring security](./configuring-security.md) | Knowledge about which tasks need to be performed by the security administrator. | 10 minutes| [Initialize Zowe security configurations](./configuring-security.md#initialize-zowe-security-configurations) | The JCL member to configure the z/OS system is created. | 10 minutes | [Perform APF authorization of load libraries](./apf-authorize-load-library.md) | APF authorization is granted to load libraries. | 10 minutes | -[Address z/OS requirements for Zowe](./configure-zos-system.md) | Your z/OS and security product are configured. | 2 hours | +[Customize z/OS system security](./configure-zos-system.md) | Your z/OS and security product are configured. | 2 hours | [Assign security permissions to users](./assign-security-permissions-to-users.md) | Zowe user is created and is assigned all required permissions. | 30 minutes |