Merge pull request #969 from cldwalker/contributing-typos

point to correct docs for a local lein checkout
This commit is contained in:
Jean Niklas L'orange 2013-01-30 10:47:18 -08:00
commit 4820b40c3a
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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