From e3e9ec1c62b778db32c5732f515c484cc1bd662a Mon Sep 17 00:00:00 2001 From: Jean-Daniel Fekete Date: Mon, 27 Apr 2015 07:45:19 -0400 Subject: [PATCH] Point to Renaud's page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c63617e..820ac17 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ dependencies: ## Thanks -Thanks to Renaud Blanch for giving me his implementation of the 'Optimal Leaf Ordering' algorithm. He has improved it and the distribution is available as [ordering](https://bitbucket.org/rndblnch/ordering). +Thanks to [Renaud Blanch](http://iihm.imag.fr/blanch/) for giving me his implementation of the 'Optimal Leaf Ordering' algorithm. He has improved it and the distribution is available as [ordering](https://bitbucket.org/rndblnch/ordering). I originally started this in order to add a reordering module to [D3.js](http://mbostock.github.com/d3/).