From 60ffbd238b2beaeb854fa9331d11572f46e939fd Mon Sep 17 00:00:00 2001 From: Keon Kim Date: Wed, 8 Jun 2016 03:03:14 +0900 Subject: [PATCH] fix typo --- doc/tutorials/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/tutorials/README.md b/doc/tutorials/README.md index c75f5ab10b..81a382b619 100644 --- a/doc/tutorials/README.md +++ b/doc/tutorials/README.md @@ -35,6 +35,6 @@ These tutorials introduce the various methods mlpack offers, aimed at users who mlpack uses templates to achieve its genericity and flexibility. Some of the template types used by mlpack are common across multiple machine learning algorithms. The links below provide documentation for some of these common types. -[The MetricType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=metrics.html) -[The KernelType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=kernels.html) -[The TreeType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=trees.html) \ No newline at end of file +* [The MetricType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=metrics.html) +* [The KernelType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=kernels.html) +* [The TreeType policy in mlpack](http://www.mlpack.org/docs/mlpack-git/doxygen.php?doc=trees.html)