From a21b389a8a04447e9cc78925355ec2cfaf260402 Mon Sep 17 00:00:00 2001 From: Asy Date: Tue, 31 Mar 2020 07:13:37 -0700 Subject: [PATCH] [infer][PR] Update README.md Summary: Fixed "Getting Started" link Pull Request resolved: https://github.com/facebook/infer/pull/1242 Reviewed By: dulmarod Differential Revision: D20766761 Pulled By: jvillard fbshipit-source-id: 6b3b0aa3f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 065847407..4e92ae5ee 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ C++, Objective-C, and C. Infer is written in [OCaml](https://ocaml.org/). ## Installation Read our [Getting -Started](http://fbinfer.com/docs/getting-started.html) page for +Started](http://fbinfer.com/docs/getting-started) page for details on how to install packaged versions of Infer. To build Infer from source, see [INSTALL.md](./INSTALL.md).