From 7b6e850598ffd54f9715944665a81a8a96ed8334 Mon Sep 17 00:00:00 2001 From: dhilipsiva Date: Thu, 8 Dec 2016 13:24:05 +0530 Subject: [PATCH] fix: Doc URL --- stable/postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stable/postgresql/README.md b/stable/postgresql/README.md index 5d8717ef1c..44c5edd852 100644 --- a/stable/postgresql/README.md +++ b/stable/postgresql/README.md @@ -81,4 +81,4 @@ $ helm install --name my-release -f values.yaml stable/postgresql The [postgres](https://github.com/docker-library/postgres) image stores the PostgreSQL data and configurations at the `/var/lib/postgresql/data/pgdata` path of the container. -The chart mounts a [Persistent Volume](kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning. +The chart mounts a [Persistent Volume](http://kubernetes.io/docs/user-guide/persistent-volumes/) volume at this location. The volume is created using dynamic volume provisioning.