From 841e6cc17011333bc99261828663adb89ead4924 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Mon, 1 Feb 2016 14:39:39 +0100 Subject: [PATCH] Have the launcher links point the launcher in master --- README.md | 4 ++-- doc/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index a41caa157..f5d636df1 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ of a SBT project. Tested with SBT 0.13.8 / 0.13.9. Download and run its laucher with ``` -$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help +$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` Run an application distributed via artifacts with @@ -213,7 +213,7 @@ provide more output about what's going on than their default implementations do. Download and run its laucher with ``` -$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help +$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` The launcher itself weights only 8 kB and can be easily embedded as is in other projects. diff --git a/doc/README.md b/doc/README.md index 144af6f4f..148d6d4ea 100644 --- a/doc/README.md +++ b/doc/README.md @@ -70,7 +70,7 @@ of a SBT project. Tested with SBT 0.13.8 / 0.13.9. Download and run its laucher with ``` -$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help +$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` Run an application distributed via artifacts with @@ -214,7 +214,7 @@ provide more output about what's going on than their default implementations do. Download and run its laucher with ``` -$ curl -L -o coursier https://git.io/vEpQR && chmod +x coursier && ./coursier --help +$ curl -L -o coursier https://git.io/vgvpD && chmod +x coursier && ./coursier --help ``` The launcher itself weights only 8 kB and can be easily embedded as is in other projects.