[mlpack-git] master: Update reference to Github. (076fceb)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Thu Mar 12 16:03:24 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/eddd7167d69b6c88b271ef2e51d1c20e13f1acd8...70342dd8e5c17e0c164cfb8189748671e9c0dd44

>---------------------------------------------------------------

commit 076fceb62de3b90954e667111af9c78013178c73
Author: Ryan Curtin <ryan at ratml.org>
Date:   Wed Feb 4 17:59:38 2015 -0500

    Update reference to Github.


>---------------------------------------------------------------

076fceb62de3b90954e667111af9c78013178c73
 src/mlpack/methods/kmeans/kmeans_main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/methods/kmeans/kmeans_main.cpp b/src/mlpack/methods/kmeans/kmeans_main.cpp
index ff74d6d..f14aaa4 100644
--- a/src/mlpack/methods/kmeans/kmeans_main.cpp
+++ b/src/mlpack/methods/kmeans/kmeans_main.cpp
@@ -44,7 +44,7 @@ PROGRAM_INFO("K-Means Clustering", "This program performs K-Means clustering "
     "\n\n"
     "As of October 2014, the --overclustering option has been removed.  If you "
     "want this support back, let us know -- file a bug at "
-    "http://www.mlpack.org/trac/ or get in touch through another means.");
+    "https://github.com/mlpack/mlpack/ or get in touch through another means.");
 
 // Required options.
 PARAM_STRING_REQ("inputFile", "Input dataset to perform clustering on.", "i");



More information about the mlpack-git mailing list