From 641409e55a96e95ab787e37451002824b210dedd Mon Sep 17 00:00:00 2001 From: Pradyuman Agrawal <107980189+pragrawal10@users.noreply.github.com> Date: Mon, 10 Oct 2022 23:33:33 +0530 Subject: [PATCH] Fixed broken hyperlinks in readme documentation (#12) Signed-off-by: pragrawal10 Signed-off-by: pragrawal10 --- docs/add-ons/portworx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/add-ons/portworx.md b/docs/add-ons/portworx.md index d4f132693f..9cf62238a7 100644 --- a/docs/add-ons/portworx.md +++ b/docs/add-ons/portworx.md @@ -135,5 +135,5 @@ The following tables lists the configurable parameters of the Portworx chart and | `monitoring` | Enable Monitoring on Portworx cluster | false | | `enableCSI` | Enable CSI | false | | `enableAutopilot` | Enable Autopilot | false | -| `KVDBauthSecretName` | Refer https://docs.portworx.com/reference/etcd/securing-with-certificates-in-kubernetes to create a kvdb secret and specify the name of the secret here| none | +| `KVDBauthSecretName` | Refer [Securing with certificates in Kubernetes](https://docs.portworx.com/operations/etcd/#securing-with-certificates-in-kubernetes) to create a kvdb secret and specify the name of the secret here| none | | `deleteType` | Specify which strategy to use while Uninstalling Portworx. "Uninstall" values only removes Portworx but with "UninstallAndWipe" value all data from your disks including the Portworx metadata is also wiped permanently | UninstallAndWipe |