From e95b20476b57605186b2c351c89e072867e340bc Mon Sep 17 00:00:00 2001 From: anaxceron Date: Mon, 18 Nov 2024 15:33:16 -0600 Subject: [PATCH 1/3] fixing broken links in ZE doc Signed-off-by: anaxceron --- docs/getting-started/ZE-system-reqs.md | 6 +++--- docs/user-guide/ze-ftp-install-ze-ftp-ext.md | 4 +++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/getting-started/ZE-system-reqs.md b/docs/getting-started/ZE-system-reqs.md index a84c4c054d..75a4f2c9cd 100644 --- a/docs/getting-started/ZE-system-reqs.md +++ b/docs/getting-started/ZE-system-reqs.md @@ -36,9 +36,9 @@ Before installing Zowe Explorer, make sure that you meet the following requireme ## Server side requirements - IBM z/OSMF is configured and running. - - See [z/OSMF REST services for Zowe clients](/user-guide/systemrequirements-zosmf/#zosmf-rest-services-for-the-zowe-cli) for a list of services that need configuration. + - See [z/OSMF REST services for Zowe clients](../user-guide/systemrequirements-zosmf.md#zosmf-rest-services-for-zowe-clients) for a list of services that need configuration. - Applicable plug-in services are configured and running on the mainframe. - Plug-ins communicate with various mainframe services. The services must be configured and running on the mainframe before issuing plug-in commands. - * See [Zowe Explorer CICS Extension system requirements](../user-guide/ze-using-zowe-explorer-cics-ext#system-requirements). - * See [Zowe Explorer FTP Extension system requirements](../user-guide/ze-ftp-using-ze-ftp-ext#system-requirements). + * See [Zowe Explorer CICS Extension system requirements](../getting-started/install-ze-extensions.md#zowe-explorer-cics-extension-system-requirements). + * See [Zowe Explorer FTP Extension system requirements](../getting-started/install-ze-extensions.md#zowe-explorer-ftp-extension-system-requirements). diff --git a/docs/user-guide/ze-ftp-install-ze-ftp-ext.md b/docs/user-guide/ze-ftp-install-ze-ftp-ext.md index f1e448ffab..5dded83eb1 100644 --- a/docs/user-guide/ze-ftp-install-ze-ftp-ext.md +++ b/docs/user-guide/ze-ftp-install-ze-ftp-ext.md @@ -6,7 +6,9 @@ Zowe Explorer FTP extension adds the FTP protocol to the [Zowe Explorer](https:/ 1. Install the VS Code extension from the [Microsoft](https://marketplace.visualstudio.com/items?itemName=Zowe.zowe-explorer-ftp-extension) or [Open VSX](https://open-vsx.org/extension/Zowe/zowe-explorer-ftp-extension) marketplace. - **Note:** The installation includes Zowe Explorer if it is not already installed as it is a required dependency. + :::note + The installation includes Zowe Explorer if it is not already installed as it is a required dependency. + ::: 2. Close and reopen VS Code to check that the notification message "Zowe Explorer was modified for FTP support" displays. From 95418b53cf96c2e59f55cb93c06dacdb57229bb9 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Mon, 18 Nov 2024 15:35:05 -0600 Subject: [PATCH 2/3] fixing spacing Signed-off-by: anaxceron --- docs/user-guide/ze-ftp-install-ze-ftp-ext.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-guide/ze-ftp-install-ze-ftp-ext.md b/docs/user-guide/ze-ftp-install-ze-ftp-ext.md index 5dded83eb1..44b1be2e3a 100644 --- a/docs/user-guide/ze-ftp-install-ze-ftp-ext.md +++ b/docs/user-guide/ze-ftp-install-ze-ftp-ext.md @@ -13,4 +13,3 @@ Zowe Explorer FTP extension adds the FTP protocol to the [Zowe Explorer](https:/ 2. Close and reopen VS Code to check that the notification message "Zowe Explorer was modified for FTP support" displays. Once installed, the notification displays every time you open VS Code to confirm that the FTP extension is available. - \ No newline at end of file From c4de841bb9919dfcace94754fa93394be33808b1 Mon Sep 17 00:00:00 2001 From: anaxceron Date: Mon, 18 Nov 2024 15:42:09 -0600 Subject: [PATCH 3/3] minor edits to links Signed-off-by: anaxceron --- docs/getting-started/ZE-system-reqs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started/ZE-system-reqs.md b/docs/getting-started/ZE-system-reqs.md index 75a4f2c9cd..d7a6c24dde 100644 --- a/docs/getting-started/ZE-system-reqs.md +++ b/docs/getting-started/ZE-system-reqs.md @@ -40,5 +40,5 @@ Before installing Zowe Explorer, make sure that you meet the following requireme - Applicable plug-in services are configured and running on the mainframe. - Plug-ins communicate with various mainframe services. The services must be configured and running on the mainframe before issuing plug-in commands. - * See [Zowe Explorer CICS Extension system requirements](../getting-started/install-ze-extensions.md#zowe-explorer-cics-extension-system-requirements). - * See [Zowe Explorer FTP Extension system requirements](../getting-started/install-ze-extensions.md#zowe-explorer-ftp-extension-system-requirements). + * See [Zowe Explorer CICS Extension system requirements](./install-ze-extensions.md#zowe-explorer-cics-extension-system-requirements). + * See [Zowe Explorer FTP Extension system requirements](./install-ze-extensions.md#zowe-explorer-ftp-extension-system-requirements).