Skip to content

Commit d162e02

Browse files
committed
Merge pull request #82 from jamesqo/patch-1
Fix broken link in README
2 parents 0579c4d + d05ccf7 commit d162e02

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11

22

3-
# ![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML64.png "Material Design In XAML Toolkit") Material Design In XAML Toolkit
3+
# ![Alt text](web/images/MD4XAML64.png "Material Design In XAML Toolkit") Material Design In XAML Toolkit
44

5-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MashUp.gif "Material Design Demo")
5+
![Alt text](web/images/MashUp.gif "Material Design Demo")
66

77
###### [More pics below](#MorePics)
88

9-
# ![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML28.png "Summary") Summary
9+
# ![Alt text](web/images/MD4XAML28.png "Summary") Summary
1010

1111
* XAML Resources for [Google swatches displayed](http://www.google.co.uk/design/spec/style/color.html#color-ui-color-application)
1212
* WPF control themes
@@ -24,36 +24,36 @@
2424
[![Issues](https://img.shields.io/github/issues/ButchersBoy/MaterialDesignInXamlToolkit.svg?style=flat-square)](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/issues)
2525
[![Twitter](https://img.shields.io/badge/twitter-%40james__willock-55acee.svg?style=flat-square)](https://twitter.com/James_Willock)
2626

27-
# ![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML28.png "How Can I Use The Themes?") Source Code
27+
# ![Alt text](web/images/MD4XAML28.png "How Can I Use The Themes?") Source Code
2828
To load the source project you will need Visual Studio 2015. Don't worry if you have an earlier version, you can still use the compiled assemblies from NuGet (see below). There are two demo projects in the solution, restore the NuGet packages and fire them both up. One is a "pure" Material Design project, the other illustrates how to combine with Dragablz & MahApps.
2929

30-
# ![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML28.png "How Can I Use The Themes?") How Can I Use The Themes?
30+
# ![Alt text](web/images/MD4XAML28.png "How Can I Use The Themes?") How Can I Use The Themes?
3131

32-
* Install [Nuget package](https://www.nuget.org/packages/MaterialDesignThemes/) ```Install-Package MaterialDesignThemes```
33-
* Configure App.xaml according to the [example](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/blob/master/MaterialDesignColors.WpfExample/App.xaml).
34-
* For more information see the [Get Started guide](http://butchersboy.github.io/MaterialDesignInXamlToolkit/#getStarted).
32+
* Install [NuGet package](https://www.nuget.org/packages/MaterialDesignThemes/) ```Install-Package MaterialDesignThemes```
33+
* Configure App.xaml according to the [example](MainDemo.Wpf/App.xaml).
34+
* For more information see the [Get Started guide](http://materialdesigninxaml.net/#getStarted).
3535

36-
# ![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML28.png "Mentions") Mentions
36+
# ![Alt text](web/images/MD4XAML28.png "Mentions") Mentions
3737

3838
* Logo courtesy of GitHub user [Snalty](https://github.com/snalty), and you can see more of him;
3939
* on his [blog](http://holothere.tumblr.com/)
4040
* and on [Twitter](https://twitter.com/snalty)
4141
* Marc Angers - I pulled some oh his shadows straight in from this [blog post](http://marcangers.com/material-design-shadows-in-wpf/)
4242
* Most of the icons come from [Material Design Icons](https://materialdesignicons.com/)...check it!
4343
* Ignace Maes, whose [Material Skin](https://github.com/IgnaceMaes/MaterialSkin) project inspired the original material design theme for [Dragablz](https://github.com/ButchersBoy/Dragablz), which in turn led to me starting this project
44-
* **[Contributers!](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/graphs/contributors)** Thanks for the PRs which have helped add some extra polish.
44+
* **[Contributors!](https://github.com/ButchersBoy/MaterialDesignInXamlToolkit/graphs/contributors)** Thanks for the PRs which have helped add some extra polish.
4545

46-
# <a name="MorePics"></a>![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MD4XAML28.png "More Pics") More Pics
46+
# <a name="MorePics"></a>![Alt text](web/images/MD4XAML28.png "More Pics") More Pics
4747

48-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/ClockDemo.gif "Clock Demo")
48+
![Alt text](web/images/ClockDemo.gif "Clock Demo")
4949

50-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/DatePicker.gif "Date Picker & Calendar")
50+
![Alt text](web/images/DatePicker.gif "Date Picker & Calendar")
5151

52-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/Cards.png "Cards")
52+
![Alt text](web/images/Cards.png "Cards")
5353

54-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/FieldsDemo.gif "Fields Demo")
54+
![Alt text](web/images/FieldsDemo.gif "Fields Demo")
5555

56-
![Alt text](https://raw.githubusercontent.com/ButchersBoy/MaterialDesignInXamlToolkit/master/web/images/MenusDemo.jpg "Menus")
56+
![Alt text](web/images/MenusDemo.jpg "Menus")
5757

5858
![Alt text](https://dragablz.files.wordpress.com/2015/02/materialdesigndemo23.png "Material Design Themes")
5959

0 commit comments

Comments
 (0)