summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2015-07-28 09:35:57 +0200
committerLukas Rytz <lukas.rytz@typesafe.com>2015-07-28 09:35:57 +0200
commite0d21432d6847e1c14bacc62ed34fb1137606f92 (patch)
treee25cd0addb4a3d0bed2bd6a9fca492c2037a0b3a /README.md
parent7492bda816094cc089821cfb2915bd34c6b1ce96 (diff)
parent600fc4e6e1c81b85b049e4841156d9e0f77b4e08 (diff)
downloadscala-e0d21432d6847e1c14bacc62ed34fb1137606f92.tar.gz
scala-e0d21432d6847e1c14bacc62ed34fb1137606f92.tar.bz2
scala-e0d21432d6847e1c14bacc62ed34fb1137606f92.zip
Merge pull request #4664 from SethTisue/remove-dead-link-in-readme
remove dead link in README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2655de43de..60952a545b 100644
--- a/README.md
+++ b/README.md
@@ -160,7 +160,7 @@ ideas and coordinate your effort with others.
Here are some common commands. Most ant targets offer a `-opt` variant that runs under `-optimise` (CI runs the -optimize variant).
- - `./pull-binary-libs.sh` [downloads](http://typesafe.artifactoryonline.com/typesafe) all binary artifacts associated with this commit.
+ - `./pull-binary-libs.sh` downloads all binary artifacts associated with this commit.
- `ant -p` prints out information about the commonly used ant targets.
- `ant` or `ant build`: A quick compilation (to build/quick) of your changes using the locker compiler.