From 9b41583cfb574d7285c78a73c102c73c0be4bc85 Mon Sep 17 00:00:00 2001 From: "Galantsev, Dmitrii" Date: Wed, 13 Sep 2023 19:03:47 -0500 Subject: [PATCH] README - Update documentation links Change-Id: I2e778a766e6a4489280fe7b86f33a6c597983167 Signed-off-by: Galantsev, Dmitrii [ROCm/rdc commit: f6ace9fa14fbd4792736d41ef252e74e032cbc99] --- projects/rdc/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/rdc/README.md b/projects/rdc/README.md index bbb4762bd5..4da49e0912 100644 --- a/projects/rdc/README.md +++ b/projects/rdc/README.md @@ -25,7 +25,7 @@ RDC can run on AMD ROCm supported platforms, please refer to the [List of Suppor AMD ROCm platform (https://github.com/RadeonOpenCompute/ROCm) * It is recommended to install the complete AMD ROCm platform. - For installation instruction see https://docs.amd.com/category/Release%20Documentation + For installation instruction see https://rocm.docs.amd.com/en/latest/deploy/linux/quick_start.html * At the minimum, these two components are required (i) AMD ROCm SMI Library (https://github.com/RadeonOpenCompute/rocm_smi_lib) (ii) AMD ROCk Kernel driver (https://github.com/RadeonOpenCompute/ROCK-Kernel-Driver) @@ -102,7 +102,7 @@ ldconfig # Running RDC RDC supports encrypted communications between clients and servers. The -communication can be configured to be *authenticated* or *not authenticated*. The [**user guide**](https://docs.amd.com/bundle/ROCm-Data-Center-Tool-User-Guide-v5.3/page/Developer_Handbook.html) has information on how to generate and install SSL keys and certificates for authentication. By default, authentication is enabled. +communication can be configured to be *authenticated* or *not authenticated*. The [**user guide**](https://rocm.docs.amd.com/projects/rdc/en/latest/) has information on how to generate and install SSL keys and certificates for authentication. By default, authentication is enabled. ## Starting ROCmâ„¢ Data Center Daemon (RDCD) For an RDC client application to monitor and/or control a remote system, the RDC server daemon, *rdcd*, must be running on the remote system. *rdcd* can be configured to run with (a) full-capabilities which includes ability to set or change GPU configuration or (b) monitor-only capabilities which limits to monitoring GPU metrics. @@ -139,7 +139,7 @@ systemctl start rdc ## start rdc as systemd service ``` ## Invoke RDC using ROCmâ„¢ Data Center Interface (RDCI) -RDCI provides command-line interface to all RDC features. This CLI can be run locally or remotely. Refer to [**user guide**](https://docs.amd.com/bundle/ROCm-Data-Center-Tool-User-Guide-v5.3/page/Feature_Overview.html) for the current list of features. +RDCI provides command-line interface to all RDC features. This CLI can be run locally or remotely. Refer to [**user guide**](https://rocm.docs.amd.com/projects/rdc/en/latest/user_guide/features.html) for the current list of features. ```bash ## sample rdci commands to test RDC functionality