Merge pull request #554 from jcollum/kafka-404-fix

changed the url for kafka wget (old one was 404)
This commit is contained in:
fjy 2014-05-19 14:37:20 -06:00
commit 002fefb4cf
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ The following quick-start instructions for booting a Zookeeper and then Kafka cl
1. Download Apache Kafka 0.7.2 from [http://kafka.apache.org/downloads.html](http://kafka.apache.org/downloads.html)
```bash
wget http://apache.spinellicreations.com/incubator/kafka/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz
wget http://archive.apache.org/dist/kafka/old_releases/kafka-0.7.2-incubating/kafka-0.7.2-incubating-src.tgz
tar -xvzf kafka-0.7.2-incubating-src.tgz
cd kafka-0.7.2-incubating-src
```