Skip to content

Commit

Permalink
Fixes broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
gampleman committed Jan 15, 2020
1 parent 8b1432c commit 270e1d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down

0 comments on commit 270e1d2

Please sign in to comment.