From 918ba721077d02baa971f406ee64119bb66c007f Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Tue, 10 Nov 2015 16:41:26 -0500 Subject: [PATCH] readme --- README.md | 2 +- docs/readme_template.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a4df9e63..22740644 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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. -Check out the [summary graphs](https://github.com/tbreloff/ExamplePlots.jl/tree/master/img/supported/supported.md) for the features that each backend supports. +Check out the [summary graphs](img/supported/supported.md) for the features that each backend supports. Please add wishlist items, bugs, or any other comments/questions to the issues list. diff --git a/docs/readme_template.md b/docs/readme_template.md index d62761c6..61a14f9d 100644 --- a/docs/readme_template.md +++ b/docs/readme_template.md @@ -18,7 +18,7 @@ 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. -Check out the [summary graphs](https://github.com/tbreloff/ExamplePlots.jl/tree/master/img/supported/supported.md) for the features that each backend supports. +Check out the [summary graphs](img/supported/supported.md) for the features that each backend supports. Please add wishlist items, bugs, or any other comments/questions to the issues list.