diff --git a/README.md b/README.md index 5e52d25b8f..1e3cc2fcca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ The ROCmâ„¢ Data Center Tool simplifies the administration and addresses key inf For up-to-date document and how to start using RDC from pre-built packages, please refer to the [**ROCm DataCenter Tool User Guide**](https://rocm.docs.amd.com/projects/rdc/en/latest/) -For certificate generation, please refer to [**RDC Developer Handbook**#generate-files-for-authentication](https://rocm.docs.amd.com/projects/rdc/en/latest/user_guide/handbook.html#generate-files-for-authentication) +For certificate generation, please refer to [**RDC Developer Handbook**#generate-files-for-authentication](https://rocm.docs.amd.com/projects/rdc/en/latest/install/handbook.html#generate-files-for-authentication) ## Supported platforms @@ -133,7 +133,7 @@ When *rdcd* is started from a command-line the *capabilities* are determined by ## 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://rocm.docs.amd.com/projects/rdc/en/latest/user_guide/features.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/how-to/features.html) for the current list of features. ## sample rdci commands to test RDC functionality ## discover devices in a local or remote compute node diff --git a/python_binding/README.md b/python_binding/README.md index 3470af014d..615bb78195 100644 --- a/python_binding/README.md +++ b/python_binding/README.md @@ -32,5 +32,5 @@ Start the Prometheus $ prometheus --config.file= -Browse to localhost:9090 in the managment computer for metrics from RDC. +Browse to localhost:9090 in the management computer for metrics from RDC.