From c32730abc033de3f19508aa1e45590d2f765cc4c Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Tue, 9 Apr 2024 13:49:29 +0200 Subject: [PATCH] link fix Signed-off-by: Andrew Jandacek --- docs/user-guide/configure-zowe-runtime.md | 2 +- docs/user-guide/configure-zowe-zosmf-workflow.md | 2 +- docs/user-guide/configuring-overview.md | 2 +- docs/user-guide/initialize-zos-system.md | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/user-guide/configure-zowe-runtime.md b/docs/user-guide/configure-zowe-runtime.md index 27297600e1..bc95048b0c 100644 --- a/docs/user-guide/configure-zowe-runtime.md +++ b/docs/user-guide/configure-zowe-runtime.md @@ -21,7 +21,7 @@ After your installation of Zowe runtime, you can run the `zwe init` command to p * Configure VSAM files to run the Zowe caching service used for high availability (HA) * Configure the system to launch the Zowe started task -For more information about this z/OS runtime initialization method, see [Initializing the z/OS system with zwe init](./initialize-zos-system) +For more information about this z/OS runtime initialization method, see [Configuring Zowe with zwe init](./initialize-zos-system.md) ## Configure Zowe with z/OSMF workflows diff --git a/docs/user-guide/configure-zowe-zosmf-workflow.md b/docs/user-guide/configure-zowe-zosmf-workflow.md index e0816eea78..09b6739bfe 100644 --- a/docs/user-guide/configure-zowe-zosmf-workflow.md +++ b/docs/user-guide/configure-zowe-zosmf-workflow.md @@ -184,4 +184,4 @@ After you execute each step, the step is marked as Complete. The workflow is exe ## Next step -After you successfully execute the workflow, you are ready to [configure the z/OS system for Zowe](./configure-zos-system.md). \ No newline at end of file +After you successfully execute the workflow, you are ready to configure the z/OS system for Zowe. For more information, see [Addressing z/OS requirements for Zowe](./configure-zos-system.md). \ No newline at end of file diff --git a/docs/user-guide/configuring-overview.md b/docs/user-guide/configuring-overview.md index 9ff1bdb199..d2f4ab568c 100644 --- a/docs/user-guide/configuring-overview.md +++ b/docs/user-guide/configuring-overview.md @@ -21,7 +21,7 @@ Successful completion of steps 2, 3, and 4 may require elevated security permiss To cofigure Zowe runtime, choose from the following options: * **Option 1: Configure Zowe manually using the `zwe init` command group** -To run the `zwe init` command, it is necessary to create a Zowe configuration file. For more information about this file, see the [Runtime directory](./installandconfig.md#zowe-configuration-file) which details all of the started tasks in the article _Preparing for installation_. +To run the `zwe init` command, it is necessary to create a Zowe configuration file. For more information about this file, see the [Runtime directory](./installandconfig.md#runtime-directory) which details all of the started tasks in the article _Preparing for installation_. Once your configuration file is prepared, see [Configuring Zowe with zwe init](./initialize-zos-system.md), for more information about using the `zwe init` command group. diff --git a/docs/user-guide/initialize-zos-system.md b/docs/user-guide/initialize-zos-system.md index 5d678e8932..02006b7959 100644 --- a/docs/user-guide/initialize-zos-system.md +++ b/docs/user-guide/initialize-zos-system.md @@ -23,11 +23,11 @@ Configures the VSAM files needed to run the Zowe caching service used for high a Configures the system to launch the Zowe started task. :::info Recommendation: -We recommend you to run these sub commands one by one to clearly see the output of each step. To successfully run `zwe init security`, `zwe init apfauth`, and `zwe init certificate`, it is likely that your organization requires elevated permissions. We recommend you consult with your security administrator to run these commands. For more information about tasks for the security administrator, see the section [Configuring security](./configuring-security) in this configuration documentation. +We recommend you to run these sub commands one by one to clearly see the output of each step. To successfully run `zwe init security`, `zwe init apfauth`, and `zwe init certificate`, it is likely that your organization requires elevated permissions. We recommend you consult with your security administrator to run these commands. For more information about tasks for the security administrator, see the section [Configuring security](./configuring-security.md) in this configuration documentation. ::: :::tip -Enter `zwe init --help` to learn more about the command or see the [`zwe init` command reference](../appendix/zwe_server_command_reference/zwe/init/zwe-init) for detailed explanation, examples, and parameters. +Enter `zwe init --help` to learn more about the command or see the [`zwe init` command reference](../appendix/zwe_server_command_reference/zwe/init/zwe-init-vsam.md) for detailed explanation, examples, and parameters. ::: ## zwe init arguments @@ -55,10 +55,10 @@ zwe init --config /path/to/zowe.yaml Output from the execution of this command indicates the command ran successfully. However, to determine if each of the subcommands ran successfully, check the full output log. Failed execution of some subcommands may be the result of insufficient user permissions. Consult with your security administrator to find out if elevated permissions are required to successfully execute some of the `zwe init` subcommands. ::: -For more information about `zwe init` subcommands, see [zwe init subcommand overview](./zwe-init-subcommand-overview). +For more information about `zwe init` subcommands, see [zwe init subcommand overview](./zwe-init-subcommand-overview.md). ## Next step -After all `zwe init` subcommands are successfully executed, the next step is to [configure the z/OS system for Zowe](./configure-zos-system). +After all `zwe init` subcommands are successfully executed, the next step is to configure the z/OS system for Zowe. For more information, see [Addressing z/OS requirements for Zowe](./configure-zos-system.md). For detailed information about individual `zwe init` subcommands, see [zwe init subcommand overview](./zwe-init-subcommand-overview.md). \ No newline at end of file