Skip to content

Commit 270e1d2

Browse files
committed
Fixes broken links
1 parent 8b1432c commit 270e1d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

elm.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "gampleman/elm-visualization",
44
"summary": "A data visualization package for Elm",
55
"license": "MIT",
6-
"version": "2.1.0",
6+
"version": "2.1.1",
77
"exposed-modules": [
88
"Scale",
99
"Scale.Color",

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ charts, but it should contain all the tools to make building such charts relativ
88
easy. The advantage is that you are free to design and build data visualizations
99
that uniquely suite your needs.
1010

11-
## Learn by [example](https://elm-visualization.netlify.com//elm-visualization/)
11+
## Learn by [example](https://elm-visualization.netlify.com/)
1212

13-
[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/elm-visualization/)
13+
[![Examples](https://code.gampleman.eu/elm-visualization/misc/examples-600.png)](https://elm-visualization.netlify.com/)
1414

1515
## What's included?
1616

0 commit comments

Comments
 (0)