From b06b301093cc2d6a9cb5ef0da75cd475cf5e6486 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Fri, 11 Mar 2022 06:06:58 +0530 Subject: [PATCH] Use docs link instead of GitHub link --- deploy/helm/templates/NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/helm/templates/NOTES.txt b/deploy/helm/templates/NOTES.txt index 8dd37d0d3f..17f6147c10 100644 --- a/deploy/helm/templates/NOTES.txt +++ b/deploy/helm/templates/NOTES.txt @@ -26,5 +26,5 @@ Please update your DNS records with your domain by the address. You can use foll echo "Visit http://127.0.0.1:8080 to use your application" kubectl --namespace {{ .Release.Namespace }} port-forward $POD_NAME 8080:$CONTAINER_PORT -To expose your Appsmith service to be accessible from the Internet, please refer to our docs here https://github.com/appsmithorg/appsmith/tree/release/deploy/helm#expose-appsmith +To expose your Appsmith service to be accessible from the Internet, please refer to our docs here https://docs.appsmith.com/setup/kubernetes#expose-appsmith. {{- end }}