From a3c0e38a50bc2e8f0dcefcfa2bdb9dfc9af02f94 Mon Sep 17 00:00:00 2001 From: Aleksei Ivanov Date: Mon, 25 Nov 2024 01:00:19 +0000 Subject: [PATCH] Fix link and examples --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23ab081..87fdfe9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contribution Guidelines -Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). +Please note that this project is released with a [Contributor Code of Conduct](CODE_OF_CONDUCT.md). By participating in this project you agree to abide by its terms. This repository is governed by the [CC0 license](https://creativecommons.org/publicdomain/zero/1.0/). @@ -65,13 +65,13 @@ Where: #### Non-software items -A simple item without a description: +Without a description: ```markdown -- [SHACL To JSON Schema](https://github.com/comake/shacl-to-json-schema) +- [SHACL 1.2 Core](https://w3c.github.io/shacl/shacl-core/) ``` -Software example : +With a description: ```markdown - [Validating RDF Data (2018)](https://book.validatingrdf.com) - The SHACL and ShEx book. ```