From 4938d52c7e010297521ad2cbdb45402008c3ef7f Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 18 Jul 2017 13:55:52 -0400 Subject: [PATCH] Fix links to generate-launcher.sh --- README.md | 4 ++-- doc/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e83428c75..6aa62d383 100644 --- a/README.md +++ b/README.md @@ -365,7 +365,7 @@ Welcome to the Ammonite Repl 0.7.0 ### bootstrap The `bootstrap` generates tiny bootstrap launchers, able to pull their dependencies from -repositories on first launch. For example, the launcher of coursier is [generated](https://github.com/coursier/coursier/blob/master/project/generate-launcher.sh) with a command like +repositories on first launch. For example, the launcher of coursier is [generated](https://github.com/coursier/coursier/blob/master/scripts/generate-launcher.sh) with a command like ``` $ ./coursier bootstrap \ io.get-coursier:coursier-cli_2.11:1.0.0-RC7 \ @@ -683,7 +683,7 @@ Excluding `org.jboss.netty:netty` from the spark dependencies fixes it. #### On first launch, the coursier launcher downloads a 1.5+ MB JAR. Is it possible to have a standalone launcher, that would not need to download things on first launch? -Run `project/generate-launcher.sh -s` from the root of the coursier sources. That will generate a new (bigger) `coursier` launcher, that needs not to download anything on first launch. +Run `scripts/generate-launcher.sh -s` from the root of the coursier sources. That will generate a new (bigger) `coursier` launcher, that needs not to download anything on first launch. #### How can the launcher be run on Windows, or manually with the `java` program? diff --git a/doc/README.md b/doc/README.md index ce72bb5d3..bf595a56d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -394,7 +394,7 @@ Welcome to the Ammonite Repl 0.7.0 ### bootstrap The `bootstrap` generates tiny bootstrap launchers, able to pull their dependencies from -repositories on first launch. For example, the launcher of coursier is [generated](https://github.com/coursier/coursier/blob/master/project/generate-launcher.sh) with a command like +repositories on first launch. For example, the launcher of coursier is [generated](https://github.com/coursier/coursier/blob/master/scripts/generate-launcher.sh) with a command like ``` $ ./coursier bootstrap \ io.get-coursier:coursier-cli_2.11:1.0.0-RC7 \ @@ -717,7 +717,7 @@ Excluding `org.jboss.netty:netty` from the spark dependencies fixes it. #### On first launch, the coursier launcher downloads a 1.5+ MB JAR. Is it possible to have a standalone launcher, that would not need to download things on first launch? -Run `project/generate-launcher.sh -s` from the root of the coursier sources. That will generate a new (bigger) `coursier` launcher, that needs not to download anything on first launch. +Run `scripts/generate-launcher.sh -s` from the root of the coursier sources. That will generate a new (bigger) `coursier` launcher, that needs not to download anything on first launch. #### How can the launcher be run on Windows, or manually with the `java` program?