From d4e2c281459abd1a380d8e085f35e86f3ccd751c Mon Sep 17 00:00:00 2001 From: Howard Richards Date: Wed, 19 Sep 2018 09:19:10 +0100 Subject: [PATCH] Amend link for [docs] The current link for docs points to the wiki which does not have a lot of documentation. Suggest pointing to https://blazor.net/docs/index.html --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e7c917ba2b..2868ebe9a1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,7 +17,7 @@ The best way to get your bug fixed is to be as detailed as you can be about the Providing a minimal project with steps to reproduce the problem is ideal. Here are questions you can answer before you file a bug to make sure you're not missing any important information. -1. Did you read the [documentation](https://github.com/aspnet/blazor/wiki)? +1. Did you read the [documentation](https://blazor.net/docs/index.html)? 2. Did you include the snippet of broken code in the issue? 3. What are the *EXACT* steps to reproduce this problem? 4. What specific version or build are you using?