From 9b384e8c68efc0b61db2a6bf07565734772358cd Mon Sep 17 00:00:00 2001 From: Austin Howard Date: Mon, 7 Apr 2014 16:35:09 -0500 Subject: [PATCH] Fixed bad url in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 029ce33..5673dfb 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,10 @@ kaplot is a plotting tool built around matplotlib. It combines the flexibilty an generation potention of matplotlib with an easier to use, object oriented, interface. The interface is simple enough to quickly prototype plots, or fine tune for publication quality results. -Detailed documentation is hosted on [GitHub](kamilm.github.io/kaplot). The package contains 2 modules: +Detailed documentation is hosted on [GitHub](http://kamilm.github.io/kaplot). The package contains 2 modules: - kaplot is the main module, which contains the kaplot class for plotting. - kaplot.defaults is a submodule which contains a couple of pre-made plot settings, which are passed as an argument to the kaplot object. More information (including making your own settings file) is available in the documentation -- kaplot_backend is a module which allows for selecting a custom `matplotlib` [backend](http://matplotlib.org/faq/usage_faq.html#what-is-a-backend). \ No newline at end of file +- kaplot_backend is a module which allows for selecting a custom `matplotlib` [backend](http://matplotlib.org/faq/usage_faq.html#what-is-a-backend).