From 07af5c843a91e5f6255dd150bf1049cf5808306e Mon Sep 17 00:00:00 2001 From: anweshknayak Date: Fri, 28 May 2021 20:51:11 +0530 Subject: [PATCH] fix(doc): correct doc url for troubleshooting --- deploy/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/install.sh b/deploy/install.sh index baadf4ebf7..40c6673a14 100755 --- a/deploy/install.sh +++ b/deploy/install.sh @@ -386,7 +386,7 @@ if [[ $status_code -ne 200 ]]; then echo "The containers didn't seem to start correctly. Please run the following command to check containers that may have errored out:" echo "" echo -e "sudo docker-compose -f docker/docker-compose-tiny.yaml ps -a" - echo "Please read our troubleshooting guide https://signoz.io/docs/deployment/docker#troubleshooting" + echo "Please read our troubleshooting guide https://signoz.io/docs/deployment/docker/#troubleshooting-of-common-issues" echo "or reach us on SigNoz for support https://join.slack.com/t/signoz-community/shared_invite/zt-lrjknbbp-J_mI13rlw8pGF4EWBnorJA" echo "++++++++++++++++++++++++++++++++++++++++"