Skip to content

Commit 6443bab

Browse files
authored
Fix hyperlink to the contribution guidelines
The link to the contribution guidelines was going to a 404. As the file is inside the .github folder, i've added the folder name to the path.
1 parent a7ae250 commit 6443bab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ To load the source project you will need Visual Studio 2017. Don't worry if you
4444

4545
# ![Alt text](web/images/MD4XAML28.png "Contributions") Contribution Guidelines
4646

47-
* Before contributing code read the [Contribution Guidelines](CONTRIBUTING.md)
47+
* Before contributing code read the [Contribution Guidelines](.github/CONTRIBUTING.md)
4848
* GitHub issues are for bugs.
4949
* For queries, help, and general chat stop by the [Gitter chat room](https://gitter.im/ButchersBoy/MaterialDesignInXamlToolkit).
5050
* Stack Overflow tag: [material-design-in-xaml](http://stackoverflow.com/questions/tagged/material-design-in-xaml)

0 commit comments

Comments
 (0)