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

Commit 37fefac

Browse files
Merge pull request #107 from ilya-babanov/patch-1
Update documentation links
2 parents 168e7c2 + e9e2b7b commit 37fefac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ check_python() {
218218
fi
219219

220220
if [[ $PYTHONVERSION != "2.7" ]]; then
221-
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"
221+
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"
222222
exit 100
223223
fi
224224
}

0 commit comments

Comments
 (0)