diff options
| author | Nikita Eshkeev | 2019-11-20 14:22:04 +0300 |
|---|---|---|
| committer | Nikita Eshkeev | 2019-11-20 20:19:13 +0300 |
| commit | 64219550f5714b270dca55dc4dcac19944954300 (patch) | |
| tree | 0ee012ac00ecb9df5176a0ee9db3544cff5f30c8 | |
| parent | f37db0ff9b59720bb80433dff2995862550aec50 (diff) | |
Fix broken links
This patch fixes broken links in the CONTRIBUTING.md document
| -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 |
