Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
Update documentation links
Browse files Browse the repository at this point in the history
https://docs.c9.io/ssh_workspaces.html no longer point to a correct location. The new link has instructions regarding python installation
  • Loading branch information
iliabv authored Jan 26, 2021
1 parent 168e7c2 commit e9e2b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit e9e2b7b

Please sign in to comment.