From bb4d0c48cbdbbbf0edafa25286481dbf1c50c4b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B8ren=20Debois?= Date: Wed, 13 Apr 2016 00:21:31 +0200 Subject: [PATCH] Fixed dead demo links. --- demo/Demo/Badges.elm | 2 +- demo/Demo/Buttons.elm | 2 +- demo/Demo/Elevation.elm | 2 +- demo/Demo/Grid.elm | 2 +- demo/Demo/Snackbar.elm | 2 +- demo/Demo/Textfields.elm | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/demo/Demo/Badges.elm b/demo/Demo/Badges.elm index 6bcb655..879749b 100644 --- a/demo/Demo/Badges.elm +++ b/demo/Demo/Badges.elm @@ -78,7 +78,7 @@ intro = srcUrl : String 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) diff --git a/demo/Demo/Buttons.elm b/demo/Demo/Buttons.elm index 8e19661..68c5f83 100644 --- a/demo/Demo/Buttons.elm +++ b/demo/Demo/Buttons.elm @@ -166,7 +166,7 @@ intro = srcUrl : String 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 = diff --git a/demo/Demo/Elevation.elm b/demo/Demo/Elevation.elm index d86310b..81f0cb2 100644 --- a/demo/Demo/Elevation.elm +++ b/demo/Demo/Elevation.elm @@ -73,7 +73,7 @@ for details about appropriate use of shadows. srcUrl : String 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) diff --git a/demo/Demo/Grid.elm b/demo/Demo/Grid.elm index 51c0600..f02ad5f 100644 --- a/demo/Demo/Grid.elm +++ b/demo/Demo/Grid.elm @@ -98,7 +98,7 @@ intro = srcUrl : String 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 = diff --git a/demo/Demo/Snackbar.elm b/demo/Demo/Snackbar.elm index 8141b52..c6cec41 100644 --- a/demo/Demo/Snackbar.elm +++ b/demo/Demo/Snackbar.elm @@ -314,7 +314,7 @@ intro = srcUrl : String 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) diff --git a/demo/Demo/Textfields.elm b/demo/Demo/Textfields.elm index d19e93a..67f0001 100644 --- a/demo/Demo/Textfields.elm +++ b/demo/Demo/Textfields.elm @@ -196,7 +196,7 @@ This implementation provides only single-line. srcUrl : String 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)