From 8a8a3394f0d4f4e739682ac4d1b033f8fbe7df01 Mon Sep 17 00:00:00 2001
From: Robbert Krebbers <mail@robbertkrebbers.nl>
Date: Tue, 4 Oct 2016 10:14:08 +0200
Subject: [PATCH] Try to use links in README.

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d4b01a8aa..61ce577be 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,8 @@ running:
     as described in <http://doi.acm.org/10.1145/2818638>.
 * The folder `proofmode` contains the Iris proof mode, which extends Coq with
   contexts for persistent and spatial Iris assertions. It also contains tactics
-  for interactive proofs in Iris. Documentation can be found in `ProofMode.md`.
+  for interactive proofs in Iris. Documentation can be found in
+  [`ProofMode.md`](ProofMode.md).
 * The folder `tests` contains modules we use to test our infrastructure.
   Users of the Iris Coq library should *not* depend on these modules; they may
   change or disappear without any notice.
@@ -50,4 +51,4 @@ running:
 ## Documentation
 
 A LaTeX version of the core logic definitions and some derived forms is
-available in `docs/iris.tex`.
+available in [`docs/iris.tex`](docs/iris.tex).
-- 
GitLab