From a6e65c297000348ea849e2bbd77363be09444d74 Mon Sep 17 00:00:00 2001 From: Cristiano Calcagno Date: Wed, 10 Jun 2015 08:57:57 -0200 Subject: [PATCH] [Readme] Fix link. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 84b06ac61..4d3294e30 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ Infer ===== Infer is a static analysis tool for Java, Objective-C and C, written in [OCaml](https://ocaml.org/). -To see what it can do for you, check out the documentation at . -Check out [FILES.md](FILES.md) for a quick overview of the files in `infer/bin`. +Check out the documentation at . +See [FILES.md](FILES.md) for a quick overview of the files in `infer/bin`. Installation ------------