From 030a67832988b4adecfa35c51664f3b6b2aff751 Mon Sep 17 00:00:00 2001 From: "Vinzent \"Jellix\" Saranen" Date: Tue, 2 Jun 2020 17:39:39 +0200 Subject: [PATCH] Fixed link to format specification document. (#127) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1ae2f8d8..27cb5e34 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -16,7 +16,7 @@ A crate contains the description of a project, with other metadata, and the list of available releases (identified by their [semantic version](https://semver.org/)). -The complete specification of such TOML files is available in this [document](https://github.com/alire-project/alire/blob/master/doc/catalog-format-spec.rst). +The complete specification of such TOML files is available in this [document](https://github.com/alire-project/alire/blob/master/doc/catalog-format-spec.md). ## New crates and releases