You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jo...@apache.org on 2013/01/05 19:59:01 UTC

git commit: fixed incubation url

Updated Branches:
  refs/heads/trunk 274cd02f1 -> dc9edc462


fixed incubation url

Signed-off-by: Joe Stein <jo...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/dc9edc46
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/dc9edc46
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/dc9edc46

Branch: refs/heads/trunk
Commit: dc9edc462257f535ebf1acc2d6a1404904b8798e
Parents: 274cd02
Author: Joe Stein <jo...@apache.org>
Authored: Sat Jan 5 10:55:41 2013 -0800
Committer: Joe Stein <jo...@apache.org>
Committed: Sat Jan 5 10:58:38 2013 -0800

----------------------------------------------------------------------
 README.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/dc9edc46/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a028bce..c451468 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ It is designed to support the following
 
 Kafka is aimed at providing a publish-subscribe solution that can handle all activity stream data and processing on a consumer-scale web site. This kind of activity (page views, searches, and other user actions) are a key ingredient in many of the social feature on the modern web. This data is typically handled by "logging" and ad hoc log aggregation solutions due to the throughput requirements. This kind of ad hoc solution is a viable solution to providing logging data to an offline analysis system like Hadoop, but is very limiting for building real-time processing. Kafka aims to unify offline and online processing by providing a mechanism for parallel load into Hadoop as well as the ability to partition real-time consumption over a cluster of machines.
 
-See our [web site](http://incubator.apache.org/kafka/) for more details on the project.
+See our [web site](http://kafka.apache.org/) for more details on the project.
 
 ## Contribution ##