diff --git a/docs/guides/compute-daemons/readme.md b/docs/guides/compute-daemons/readme.md index cb79854..e9288d6 100644 --- a/docs/guides/compute-daemons/readme.md +++ b/docs/guides/compute-daemons/readme.md @@ -7,7 +7,7 @@ categories: setup Rabbit software requires two daemons be installed and run on each compute node. Each daemon shares similar build, package, and installation processes described below. -- The [***Client Mount***](https://github.com/HewlettPackard/dws/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes. +- The [***Client Mount***](https://github.com/DataWorkflowServices/dws/tree/master/mount-daemon) daemon, `clientmount`, provides the support for mounting Rabbit hosted file systems on compute nodes. - The [***Data Movement***](https://github.com/NearNodeFlash/nnf-dm/tree/master/daemons/compute) daemon, `nnf-dm`, supports creating, monitoring, and managing data movement (copy-offload) operations ## Building from source diff --git a/docs/guides/rbac-for-users/readme.md b/docs/guides/rbac-for-users/readme.md index ab1f563..4f9641e 100644 --- a/docs/guides/rbac-for-users/readme.md +++ b/docs/guides/rbac-for-users/readme.md @@ -130,7 +130,7 @@ After the keys have been generated, a new kubeconfig file can be created for the DataWorkflowServices has already defined the role to be used with WLMs. Simply apply the `workload-manager` ClusterRole from DataWorkflowServices to the system: ```console -kubectl apply -f https://github.com/HewlettPackard/dws/raw/master/config/rbac/workload_manager_role.yaml +kubectl apply -f https://github.com/DataWorkflowServices/dws/raw/master/config/rbac/workload_manager_role.yaml ``` Create and apply a ClusterRoleBinding to associate the "flux" user with the `workload-manager` ClusterRole: diff --git a/docs/repo-guides/release-nnf-sw/readme.md b/docs/repo-guides/release-nnf-sw/readme.md index b65076a..5760a65 100644 --- a/docs/repo-guides/release-nnf-sw/readme.md +++ b/docs/repo-guides/release-nnf-sw/readme.md @@ -18,7 +18,7 @@ part of `nnf-deploy`, but it should match the version number of `nnf-deploy`. Re other components. - [NearNodeFlash/nnf-deploy](https://github.com/NearNodeFlash/nnf-deploy) - - [HewlettPackard/dws](https://github.com/HewlettPackard/dws) + - [DataWorkflowServices/dws](https://github.com/DataWorkflowServices/dws) - [NearNodeFlash/lustre-fs-operator](https://github.com/NearNodeFlash/lustre-fs-operator) - [HewlettPackard/lustre-csi-driver](https://github.com/HewlettPackard/lustre-csi-driver) - [NearNodeFlash/nnf-mfu](https://github.com/NearNodeFlash/nnf-mfu)