diff --git a/wip.js b/wip.js index 1c40239..4db02d3 100644 --- a/wip.js +++ b/wip.js @@ -12424,7 +12424,7 @@ Elm.Demo.Badges.make = function (_elm) { var _op = {}; var references = _U.list([$Demo$Page.$package("http://package.elm-lang.org/packages/debois/elm-mdl/latest/Material-Badge") ,$Demo$Page.mdl("https://www.getmdl.io/components/#badges-section")]); - var srcUrl = "https://github.com/debois/elm-mdl/blob/master/examples/Demo/Badges.elm"; + var srcUrl = "https://github.com/debois/elm-mdl/blob/master/demo/Demo/Badges.elm"; var intro = A2($Demo$Page.fromMDL, "http://www.getmdl.io/components/#badges-section", "\n> The Material Design Lite (MDL) badge component is an onscreen notification\n> element. A badge consists of a small circle, typically containing a number or\n> other characters, that appears in proximity to another object. A badge can be\n> both a notifier that there are additional items associated with an object and\n> an indicator of how many items there are.\n> \n> You can use a badge to unobtrusively draw the user\'s attention to items they\n> might not otherwise notice, or to emphasize that items may need their\n> attention. For example:\n> \n> - A \"New messages\" notification might be followed by a badge containing the\n> number of unread messages. \n> - A \"You have unpurchased items in your shopping cart\" reminder might include\n> a badge showing the number of items in the cart.\n> - A \"Join the discussion!\" button might have an accompanying badge indicating the\n> number of users currently participating in the discussion. \n> \n> A badge is almost\n> always positioned near a link so that the user has a convenient way to access\n> the additional information indicated by the badge. However, depending on the\n> intent, the badge itself may or may not be part of the link.\n> \n> Badges are a new feature in user interfaces, and provide users with a visual clue to help them discover additional relevant content. Their design and use is therefore an important factor in the overall user experience.\n> \n"); @@ -12479,7 +12479,7 @@ Elm.Demo.Buttons.make = function (_elm) { var references = _U.list([$Demo$Page.$package("http://package.elm-lang.org/packages/debois/elm-mdl/latest/Material-Button") ,$Demo$Page.mds("https://www.google.com/design/spec/components/buttons.html") ,$Demo$Page.mdl("https://www.getmdl.io/components/#buttons-section")]); - var srcUrl = "https://github.com/debois/elm-mdl/blob/master/examples/Demo/Buttons.elm"; + var srcUrl = "https://github.com/debois/elm-mdl/blob/master/demo/Demo/Buttons.elm"; var intro = A2($Demo$Page.fromMDL, "https://www.getmdl.io/components/#buttons-section", "\n> The Material Design Lite (MDL) button component is an enhanced version of the\n> standard HTML `