diff --git a/README.md b/README.md index 893ce7b22..b2f1b91ab 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ [![Code of Conduct][conduct-shield]][conduct-link] [![Zulip][zulip-shield]][zulip-link] -[action-shield]: https://github.com/coq-community/vscoq/actions/workflows/ci.yml/badge.svg?branch=main -[action-link]: https://github.com/coq-community/vscoq/actions?query=workflow:ci +[action-shield]: https://github.com/coq/vscoq/actions/workflows/ci.yml/badge.svg?branch=main +[action-link]: https://github.com/coq/vscoq/actions?query=workflow:ci [contributing-shield]: https://img.shields.io/badge/contributions-welcome-%23f7931e.svg -[contributing-link]: https://github.com/coq-community/manifesto/blob/master/CONTRIBUTING.md +[contributing-link]: https://github.com/coq/vscoq/manifesto/blob/master/CONTRIBUTING.md [conduct-shield]: https://img.shields.io/badge/%E2%9D%A4-code%20of%20conduct-%23f15a24.svg -[conduct-link]: https://github.com/coq-community/manifesto/blob/master/CODE_OF_CONDUCT.md +[conduct-link]: https://github.com/coq/vscoq/manifesto/blob/master/CODE_OF_CONDUCT.md [zulip-shield]: https://img.shields.io/badge/chat-on%20zulip-%23c1272d.svg [zulip-link]: https://coq.zulipchat.com/#narrow/stream/237662-VsCoq-devs.20.26.20users @@ -24,7 +24,7 @@ VsCoq is distributed in two flavours: - **VsCoq Legacy** (required for Coq < 8.18, compatible with Coq >= 8.7) is based on the original VsCoq implementation by [C.J. Bell](https://github.com/siegebell). It uses the legacy XML protocol spoken by CoqIDE.\ - For more information, see the [VsCoq 1 branch](https://github.com/coq-community/vscoq/tree/vscoq1). + For more information, see the [VsCoq Legacy repository](https://github.com/coq-community/vscoq-legacy). *Please note it is no longer actively developed, but still maintained for compatibility purposes.* - **VsCoq** (recommended for Coq >= 8.18) is a full reimplementation around a @@ -60,7 +60,7 @@ $ which vscoqtop We often roll out pre-release versions. To get the correct language server version please pin the git repo. For example, for pre-release ```v2.1.5```: ```shell -$ opam pin add vscoq-language-server.2.1.5 https://github.com/coq-community/vscoq/releases/download/v2.1.5/vscoq-language-server-2.1.5.tar.gz +$ opam pin add vscoq-language-server.2.1.5 https://github.com/coq/vscoq/releases/download/v2.1.5/vscoq-language-server-2.1.5.tar.gz ``` ### Installing and configuring the extension @@ -195,23 +195,14 @@ After installation and activation of the extension: * `"vscoq.diagnostics.full": bool` -- Toggles the printing of `Info` level diagnostics (defaults to `false`) ## For extension developers -See [Dev docs](https://github.com/coq-community/vscoq/blob/main/docs/developers.md) +See [Dev docs](https://github.com/coq/vscoq/blob/main/docs/developers.md) ## Maintainers -This extension is currently developed and maintained as part of -[Coq Community](https://github.com/coq-community/manifesto) by +This extension is currently developed and maintained by [Enrico Tassi](https://github.com/gares), [Romain Tetley](https://github.com/rtetley). -**VsCoq Legacy** is no longer actively developed but is still maintained for compatibility -purposes. It was developed and maintained by -[Maxime Dénès](https://github.com/maximedenes), -[Paolo G. Giarrusso](https://github.com/Blaisorblade), -[Huỳnh Trần Khanh](https://github.com/huynhtrankhanh), -[Laurent Théry](https://github.com/thery), -and contributors. - ## License Unless mentioned otherwise, files in this repository are [distributed under the MIT License](LICENSE).