From 3d76781ee4b7cd99afbe00fc3f39003cce9b4225 Mon Sep 17 00:00:00 2001 From: BruceHaley Date: Tue, 26 Sep 2023 17:36:47 -0700 Subject: [PATCH] Update bug_report.md Fix URL for "instructions on how to take logs". --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 482addf38..41a894f7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,7 +7,7 @@ about: Create a report to help us improve **IN ORDER TO ASSIST YOU, PLEASE PROVIDE THE FOLLOWING:** - Speech SDK log taken from a run that exhibits the reported issue. -See [instructions on how to take logs](https://docs.microsoft.com/azure/cognitive-services/speech-service/how-to-use-logging). +See [instructions on how to take logs](https://learn.microsoft.com/en-us/azure/ai-services/speech-service/how-to-use-logging). - A stripped down, simplified version of your source code that exhibits the issue. Or, preferably, try to reproduce the problem with one of the public samples in this repository (or a minimally modified version of it), and share the code.