[mlpack-git] (blog) master: Changes date, fixes hyperref typo (24f64d1)

gitdub at mlpack.org gitdub at mlpack.org
Sun Aug 21 07:50:38 EDT 2016


Repository : https://github.com/mlpack/blog
On branch  : master
Link       : https://github.com/mlpack/blog/compare/03533a8715eca529e729501a80605dd8f034f1ed...24f64d1453ea5e8e281d863fed9ab9b134061199

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

commit 24f64d1453ea5e8e281d863fed9ab9b134061199
Author: mentekid <mentekid at gmail.com>
Date:   Sun Aug 21 12:50:38 2016 +0100

    Changes date, fixes hyperref typo


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

24f64d1453ea5e8e281d863fed9ab9b134061199
 content/blog/YannisFinal.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/blog/YannisFinal.md b/content/blog/YannisFinal.md
index 26784e3..6887f09 100644
--- a/content/blog/YannisFinal.md
+++ b/content/blog/YannisFinal.md
@@ -1,5 +1,5 @@
 Title: Summary of LSH changes for GSoC 2016
-Date: 2016-08-19 20:20:20
+Date: 2016-08-20 20:20:20
 Tags: gsoc, lsh, multiprobe, tuning, parallel
 Author: Yannis Mentekidis
 
@@ -58,7 +58,7 @@ The implementation was mostly straight-forward, since the paper is quite clear a
 
 Of course, many mistakes that were made were much easier to test for, now that we could write (semi-)deterministic tests for LSH.
 
-The `LSHSearch` class of release 2.0.3 does not yet include Multiprobe LSH, so if you want to try it before release 2.0.4 which will (presumably) include all GSoC changes, you should download and install mlpack from the [source](github.com/mlpack/mlpack).
+The `LSHSearch` class of release 2.0.3 does not yet include Multiprobe LSH, so if you want to try it before release 2.0.4 which will (presumably) include all GSoC changes, you should download and install mlpack from the [source](https://github.com/mlpack/mlpack/).
 
 # Parallelization with OpenMP
 




More information about the mlpack-git mailing list