From e9e2b7bbb88cc7a8abd96dc014ec7de1253dc6f5 Mon Sep 17 00:00:00 2001 From: Ilya Babanov Date: Tue, 26 Jan 2021 17:59:32 +0100 Subject: [PATCH] Update documentation links https://docs.c9.io/ssh_workspaces.html no longer point to a correct location. The new link has instructions regarding python installation --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index cbc6ebb..81d48bf 100755 --- a/install.sh +++ b/install.sh @@ -218,7 +218,7 @@ check_python() { fi if [[ $PYTHONVERSION != "2.7" ]]; then - echo "Python version 2.7 is required to install pty.js. Please install python 2.7 and try again. You can find more information on how to install Python in the docs: https://docs.c9.io/ssh_workspaces.html" + echo "Python version 2.7 is required to install pty.js. Please install python 2.7 and try again. You can find more information on how to install Python in the docs: https://docs.aws.amazon.com/cloud9/latest/user-guide/ssh-settings.html#ssh-settings-requirements" exit 100 fi }