From 1a9a3a2fd08be46658600966b4af9e63d18a7ef0 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 21 Mar 2015 22:26:59 -0700 Subject: [PATCH] Update README.md --- R-package/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R-package/README.md b/R-package/README.md index 6c1d79a0a..1781e3cb8 100644 --- a/R-package/README.md +++ b/R-package/README.md @@ -16,5 +16,5 @@ install.packages('xgboost') ## Examples -* Please visit [walk through example](https://github.com/tqchen/xgboost/blob/master/R-package/demo). -* See also the [example scripts](https://github.com/tqchen/xgboost/tree/master/demo/kaggle-higgs) for Kaggle Higgs Challenge, including [speedtest script](https://github.com/tqchen/xgboost/blob/master/demo/kaggle-higgs/speedtest.R) on this dataset. +* Please visit [walk through example](demo). +* See also the [example scripts](../demo/kaggle-higgs) for Kaggle Higgs Challenge, including [speedtest script](../demo/kaggle-higgs/speedtest.R) on this dataset.