mirror of
https://github.com/correl/elm-mdl.git
synced 2024-12-25 11:11:13 +00:00
Fixed dead demo links.
This commit is contained in:
parent
2ae4664326
commit
bb4d0c48cb
6 changed files with 6 additions and 6 deletions
|
@ -78,7 +78,7 @@ intro =
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Badges.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Badges.elm"
|
||||||
|
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
|
|
|
@ -166,7 +166,7 @@ intro =
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Buttons.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Buttons.elm"
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
references =
|
references =
|
||||||
|
|
|
@ -73,7 +73,7 @@ for details about appropriate use of shadows.
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Elevation.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Elevation.elm"
|
||||||
|
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
|
|
|
@ -98,7 +98,7 @@ intro =
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Grid.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Grid.elm"
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
references =
|
references =
|
||||||
|
|
|
@ -314,7 +314,7 @@ intro =
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Snackbar.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Snackbar.elm"
|
||||||
|
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
|
|
|
@ -196,7 +196,7 @@ This implementation provides only single-line.
|
||||||
|
|
||||||
srcUrl : String
|
srcUrl : String
|
||||||
srcUrl =
|
srcUrl =
|
||||||
"https://github.com/debois/elm-mdl/blob/master/examples/Demo/Textfields.elm"
|
"https://github.com/debois/elm-mdl/blob/master/demo/Demo/Textfields.elm"
|
||||||
|
|
||||||
|
|
||||||
references : List (String, String)
|
references : List (String, String)
|
||||||
|
|
Loading…
Reference in a new issue