diff --git a/bootstrap.sh b/bootstrap.sh index 8c7b79b18..c6c1b6fcf 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -9,7 +9,7 @@ export DOKKU_REPO=${DOKKU_REPO:-"https://github.com/progrium/dokku.git"} if ! command -v apt-get &>/dev/null then - echo "This installation script requires apt-get. For manual installation instructions, consult https://github.com/progrium/dokku ." + echo "This installation script requires apt-get. For manual installation instructions, consult http://progrium.viewdocs.io/dokku/advanced-installation ." exit 1 fi @@ -33,4 +33,4 @@ make install echo echo "Almost done! For next steps on configuration:" -echo " https://github.com/progrium/dokku#configuring" +echo " http://progrium.viewdocs.io/dokku/installation#user-content-configuring"