From 64335e71c5afb013d4644559a6aebcf50a8d15cc Mon Sep 17 00:00:00 2001 From: Alan Bernstein Date: Wed, 30 Aug 2017 10:56:54 -0500 Subject: [PATCH] Update repo url --- docs/tutorials.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials.md b/docs/tutorials.md index 995673ca2..d304dc80d 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -197,7 +197,7 @@ for pcount, topn in zip(pcounts, resp.json()['results']): average_amounts.append(float(wsum)/count) ``` -For more examples and details, see this [ipython notebook](https://github.com/alanbernstein/pilosa-notebooks/blob/master/taxi-use-case.ipynb). +For more examples and details, see this [ipython notebook](https://github.com/pilosa/notebooks/blob/master/taxi-use-case.ipynb). ### Chemical similarity search