From be355c1e605899508fe2fd8ec209c7bb61725522 Mon Sep 17 00:00:00 2001 From: tqchen Date: Thu, 1 Jan 2015 06:06:55 -0800 Subject: [PATCH] minor --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45e6bd1b4..32fdc6fd2 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction. -* [Guide Tutorial of Rabit](guide) +* [Tutorial of Rabit](guide) * [API Documentation](http://homes.cs.washington.edu/~tqchen/rabit/doc) * You can also directly read the [interface header](include/rabit.h)