From 270e1d24e7cbef6cf6a276a473db1e23f1e495a4 Mon Sep 17 00:00:00 2001 From: Jakub Hampl Date: Wed, 15 Jan 2020 15:14:09 +0000 Subject: [PATCH] Fixes broken links --- elm.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/elm.json b/elm.json index 353e7df..bd79d83 100644 --- a/elm.json +++ b/elm.json @@ -3,7 +3,7 @@ "name": "gampleman/elm-visualization", "summary": "A data visualization package for Elm", "license": "MIT", - "version": "2.1.0", + "version": "2.1.1", "exposed-modules": [ "Scale", "Scale.Color", diff --git a/readme.md b/readme.md index 921f06e..7c42565 100644 --- a/readme.md +++ b/readme.md @@ -8,9 +8,9 @@ charts, but it should contain all the tools to make building such charts relativ easy. The advantage is that you are free to design and build data visualizations that uniquely suite your needs. -## Learn by [example](https://elm-visualization.netlify.com//elm-visualization/) +## Learn by [example](https://elm-visualization.netlify.com/) -[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/elm-visualization/) +[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/) ## What's included?