From 935c1cfeab299b6e7f2671d4ee406ae36980d964 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Thu, 4 Feb 2016 13:01:06 -0500 Subject: [PATCH] readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5565ee4b..69f76c99 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Plots is a plotting API and toolset. My goals with the package are: Use the preprocessing pipeline in Plots to fully describe your visualization before it calls the backend code. This maintains modularity and allows for efficient separation of front end code, algorithms, and backend graphics. New graphical backends can be added with minimal effort. -View the full documentation at [plots.readthedocs.org](plots.readthedocs.org). +View the [full documentation](http://plots.readthedocs.org).