Changed links in demo

This commit is contained in:
Søren Debois 2016-03-15 17:46:04 +01:00
parent 85c1b34fbd
commit c68a2fa2eb
2 changed files with 7 additions and 4 deletions

View file

@ -5,6 +5,9 @@ Port of Google's
CSS/JS implementation of the CSS/JS implementation of the
[Material Design Specification](https://www.google.com/design/spec/material-design/introduction.html). [Material Design Specification](https://www.google.com/design/spec/material-design/introduction.html).
Live demo
[here](https://debois.github.io/elm-mdl/).
MDL is implemented primarily through CSS, with a little bit of Javascript MDL is implemented primarily through CSS, with a little bit of Javascript
adding and removing CSS classes in response to DOM events. This port adding and removing CSS classes in response to DOM events. This port
re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim. re-implements the CSS parts in Elm, but relies on the CSS of MDL verbatim.

View file

@ -83,11 +83,11 @@ drawer =
[ Layout.title "Example drawer" [ Layout.title "Example drawer"
, Layout.navigation , Layout.navigation
[ Layout.link [ Layout.link
[href "https://groups.google.com/forum/#!forum/elm-discuss"] [href "https://github.com/debois/elm-mdl"]
[text "Elm Discuss"] [text "github"]
, Layout.link , Layout.link
[href "http://elm-lang.org"] [href "http://package.elm-lang.org/packages/debois/elm-mdl/1.0.0/"]
[text "Elm"] [text "elm-package"]
] ]
] ]