summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-07-27 13:14:58 -0400
committerSeth Tisue <seth@tisue.net>2015-07-27 13:14:58 -0400
commit600fc4e6e1c81b85b049e4841156d9e0f77b4e08 (patch)
treef31f47aaba4dc1afa4ea7f8bdffbef4863c509d9 /README.md
parentf682441f6f402cc22a747ea93547631af9cb669d (diff)
downloadscala-600fc4e6e1c81b85b049e4841156d9e0f77b4e08.tar.gz
scala-600fc4e6e1c81b85b049e4841156d9e0f77b4e08.tar.bz2
scala-600fc4e6e1c81b85b049e4841156d9e0f77b4e08.zip
fix readme for death of typesafe.artifactoryonline.com
there's no need for a link here anyway
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 e722c88e41..7ae407a121 100644
--- a/README.md
+++ b/README.md
@@ -158,7 +158,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.