diff --git a/bin/lein b/bin/lein index 76e7e90b..dd6861fd 100755 --- a/bin/lein +++ b/bin/lein @@ -100,7 +100,7 @@ if [ -r "$BIN_DIR/../src/leiningen/version.clj" ]; then # Need to use lein 1.x to bootstrap the leiningen-core library (for aether) if [ "$(ls "$LEIN_DIR"/leiningen-core/lib/*)" = "" ]; then echo "Leiningen is missing its dependencies." - echo "Please see \"Building\" in CONTRIBUTING.md." + echo "Please see \"Bootstrapping\" in CONTRIBUTING.md." exit 1 fi diff --git a/bin/lein.bat b/bin/lein.bat index efc7629b..d16e8f12 100755 --- a/bin/lein.bat +++ b/bin/lein.bat @@ -109,7 +109,7 @@ goto EOF :NO_DEPENDENCIES echo. echo Leiningen is missing its dependencies. -echo Please see "Building" in the README. +echo Please see "Bootstrapping" in CONTRIBUTING.md. echo. goto EOF