From 614c5f694ba6808fc478ea47d72a17aff26f0324 Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 26 Oct 2015 15:58:26 -0400 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 37e17aac..c6c83d52 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ scatter(iris, :SepalLength, :SepalWidth, group=:Species, m=([:+ :d :s], 12), smo png("gadfly1") ``` -![gadfly_plt](https://github.com/tbreloff/ExamplePlots.jl/tree/master/img/gadfly1.png) +![gadfly_plt](img/gadfly1.png) ## API diff --git a/docs/readme_template.md b/docs/readme_template.md index d2c049bc..ba386554 100644 --- a/docs/readme_template.md +++ b/docs/readme_template.md @@ -83,7 +83,7 @@ scatter(iris, :SepalLength, :SepalWidth, group=:Species, m=([:+ :d :s], 12), smo png("gadfly1") ``` -![gadfly_plt](https://github.com/tbreloff/ExamplePlots.jl/tree/master/img/gadfly1.png) +![gadfly_plt](img/gadfly1.png) ## API