aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime Dénès2017-04-19 08:57:10 +0200
committerMaxime Dénès2017-04-19 08:57:10 +0200
commita53e846fbc4a03527383244d706fc37d4816d979 (patch)
treee68203d855f0a76b1a08a436e358b21219d78e02
parent37db2ee2d7d626fd5714a4bcf1adeb0ee9868f91 (diff)
parent4ba9bbb4cb1a04798e862d30064ba29f6f5523d9 (diff)
Merge PR#570: Adding and fixing links in README.
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index 867951b7a5..91f9c560e8 100644
--- a/README.md
+++ b/README.md
@@ -7,15 +7,17 @@ mathematical definitions, executable algorithms and theorems together with an
environment for semi-interactive development of machine-checked proofs.
## Installation
-See the file `INSTALL` for installation procedure.
+Go to the [download page](https://coq.inria.fr/download) for Windows and MacOS packages;
+read the [help page](https://coq.inria.fr/opam/www/using.html) on how to install Coq with OPAM;
+or refer to the [`INSTALL` file](/INSTALL) for the procedure to install from source.
## Documentation
The documentation is part of the archive in directory doc. The
documentation of the last released version is available on the Coq
-web site at [coq.inria.fr/doc](http://coq.inria.fr/doc).
+web site at [coq.inria.fr/documentation](http://coq.inria.fr/documentation).
## Changes
-There is a file named `CHANGES` that explains the differences and the
+There is a file named [`CHANGES`](/CHANGES) that explains the differences and the
incompatibilities since last versions. If you upgrade Coq, please read
it carefully.