From 4f88a4d234c956ec89e6b472df9795d6a033ed84 Mon Sep 17 00:00:00 2001 From: Martin Raifer Date: Thu, 28 May 2020 06:57:31 -0700 Subject: [PATCH] [infer][PR] fix link to FAQ in issue template Summary: The current [link](http://fbinfer.com/support.html#troubleshooting) results in a 404 "page not found" error. Also updated to https since the website redirects to https anyway. Pull Request resolved: https://github.com/facebook/infer/pull/1261 Reviewed By: ezgicicek Differential Revision: D21763768 Pulled By: jvillard fbshipit-source-id: 50a9bcf7a --- ISSUE_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 9455a104b..1e6b57fa9 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,4 +1,4 @@ -Please make sure your issue is not addressed in the [FAQ](http://fbinfer.com/support.html#troubleshooting). +Please make sure your issue is not addressed in the [FAQ](https://fbinfer.com/docs/support#troubleshooting). Please include the following information: - [ ] The version of infer from `infer --version`.