diff options
| author | Théo Zimmermann | 2019-11-20 18:43:50 +0100 |
|---|---|---|
| committer | Théo Zimmermann | 2019-11-20 18:43:50 +0100 |
| commit | e687dd9b1ee68b4ae00461a379a5207d6187a6d1 (patch) | |
| tree | 32e4ccad6dc8a13d674c2ebc2a3cdaa41e1d8f6a | |
| parent | 54d0af9683d2b9f7b76a47219507905a069b343b (diff) | |
| parent | 64219550f5714b270dca55dc4dcac19944954300 (diff) | |
Merge PR #11144: Fix broken links
Reviewed-by: Zimmi48
| -rw-r--r-- | CONTRIBUTING.md | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cbead97529..07008f42d6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -899,8 +899,8 @@ need to know to prepare an overlay manually is in the README in the [user-overlays][] directory. You might want to use some additional tooling such as the `make ci-*` targets of `Makefile.ci`, the Nix support for getting the dependencies of the external projects (see the -README in [`dev/ci/nix`](dev-ci-nix), and the (so far undocumented) -`dev/tools/create_overlays.sh` script. +README in [`dev/ci/nix`][dev-ci-nix], and the (so far undocumented) +[`dev/tools/create_overlays.sh`][dev-tools-create_overlays.sh] script. More work is to be done on understanding how each developer proceeds to prepare overlays, and propose a simplified and documented @@ -1083,9 +1083,11 @@ can be found [on the wiki][wiki-CUDW]. [coq-repository]: https://github.com/coq/coq [Coq-website-repository]: https://github.com/coq/www [debugging-doc]: dev/doc/debugging.md +[dev-ci-nix]: dev/ci/nix/README.md [dev-doc-README]: dev/doc/README.md [dev-doc-dune]: dev/doc/build-system.dune.md [dev-README]: dev/README.md +[dev-tools-create_overlays.sh]: dev/tools/create_overlays.sh [Discourse]: https://coq.discourse.group/ [Discourse-development-category]: https://coq.discourse.group/c/coq-development [doc-README]: doc/README.md @@ -1129,7 +1131,7 @@ can be found [on the wiki][wiki-CUDW]. [plugin-tutorial]: doc/plugin_tutorial [ProofGeneral-issues]: https://github.com/ProofGeneral/PG/issues [Reddit]: https://www.reddit.com/r/Coq/ -[refman]: https://coq.inria.fr/refman +[refman]: https://coq.inria.fr/distrib/current/refman/ [refman-sources]: doc/sphinx [refman-README]: doc/sphinx/README.rst [release-plan]: https://github.com/coq/coq/wiki/Release-Plan |
