diff --git a/app.json b/app.json index 6e36849a69..8cf39b5f7d 100644 --- a/app.json +++ b/app.json @@ -31,7 +31,7 @@ "value": "" }, "APPSMITH_DISABLE_TELEMETRY": { - "description" : "We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/v/v1.2.1/setup/telemetry", + "description" : "We want to be transparent and request that you share anonymous usage data with us. This data is purely statistical in nature and helps us understand your needs & provide better support to your self-hosted instance. You can read more about what information is collected in our documentation https://docs.appsmith.com/product/telemetry", "value": "false" }, "APPSMITH_SUPERVISOR_PASSWORD": { diff --git a/deploy/docker/fs/opt/appsmith/install_docker.sh b/deploy/docker/fs/opt/appsmith/install_docker.sh index de41f096a7..8e9f5216e6 100755 --- a/deploy/docker/fs/opt/appsmith/install_docker.sh +++ b/deploy/docker/fs/opt/appsmith/install_docker.sh @@ -29,7 +29,7 @@ check_ports_occupied() { if [[ -n $port_check_output ]]; then echo "***************** ERROR *****************" echo "Appsmith requires ports 80 & 443 to be open. Please shut down any other service(s) that may be running on these ports." - echo "You can run appsmith on another port following this guide https://docs.appsmith.com/v/v1.2.1/troubleshooting-guide/deployment-errors" + echo "You can run appsmith on another port following this guide https://docs.appsmith.com/help-and-support/troubleshooting-guide/deployment-errors" echo "*****************************************" echo "" exit 1