From 478619c1de2a9c60014edea8b1220d3272db5713 Mon Sep 17 00:00:00 2001 From: iagogv Date: Thu, 12 Jul 2018 19:37:22 +0200 Subject: [PATCH] Fixed 'make a histogram' link in README.md (issue #637) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5167fa96..6a9fd96b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ pip install git+https://github.com/yhat/ggplot.git ### Examples Examples are the best way to learn. There is a Jupyter Notebook full of them. There are also notebooks that show how to do particular things with ggplot -(i.e. [make a scatter plot](./docs/how-to/Making%20a%20Scatter%20Plot.ipynb) or [make a histogram](./docs/how-to/Making%20a%20Scatter%20Plot.ipynb)). +(i.e. [make a scatter plot](./docs/how-to/Making%20a%20Scatter%20Plot.ipynb) or [make a histogram](./docs/how-to/How%20to%20Make%20a%20Histogram.ipynb)). - [docs](./docs) - [gallery](./docs/Gallery.ipynb)