Skip to content

Commit

Permalink
[infer][PR] fix link to FAQ in issue template
Browse files Browse the repository at this point in the history
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: facebook#1261

Reviewed By: ezgicicek

Differential Revision: D21763768

Pulled By: jvillard

fbshipit-source-id: 50a9bcf7a
  • Loading branch information
tyrasd authored and facebook-github-bot committed May 28, 2020
1 parent 10a111d commit 4f88a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 4f88a4d

Please sign in to comment.