From 5e1b5b29007e1555d8c891b27f8520b8519dd275 Mon Sep 17 00:00:00 2001 From: Leonardo Dino Date: Tue, 23 Dec 2014 22:16:20 -0300 Subject: [PATCH 1/2] Update bootstrap.sh: new docs url move to viewdocs.io --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 8c7b79b18..458efe8c4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -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" From e04b90c416b0c760b990170bfa879dc8611b55b1 Mon Sep 17 00:00:00 2001 From: Leonardo Dino Date: Tue, 23 Dec 2014 22:31:29 -0300 Subject: [PATCH 2/2] missed the advanced installation link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit it’s linked in the instalation page, but it’s broken. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index 458efe8c4..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