From 6c7bb0eebeb1a194b65907429c26ba49ab817b32 Mon Sep 17 00:00:00 2001 From: Petr Onderka Date: Fri, 5 Aug 2016 23:46:49 +0200 Subject: [PATCH] Link directly to the known issues document The current link is to a document that links to the right document. --- Documentation/issue-filing-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/issue-filing-guide.md b/Documentation/issue-filing-guide.md index 7d324f612..d91132709 100644 --- a/Documentation/issue-filing-guide.md +++ b/Documentation/issue-filing-guide.md @@ -13,7 +13,7 @@ possible and can triage effectively. The below steps are something that we believe is not a huge increase in process, but would help us react much faster to any issues that are filed. -1. Check if the [known issues](known-issues.md) cover the issue you are running +1. Check if the [known issues](https://github.com/dotnet/core/blob/master/cli/known-issues.md) cover the issue you are running into. We are collecting issues that are known and that have workarounds, so it could be that you can get unblocked pretty easily.