From 25c99d4a72119952a2a103c926d9dce1e894924f Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Wed, 24 Jun 2020 14:36:13 +0200 Subject: [PATCH] Fix the Code of Conduct link in ToC --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c5c011b..279719c2 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Visit [Eiffel Community](https://eiffel-community.github.io) to get started and # Contents 1. [Introduction](./introduction/introduction.md) 1. [How to Propose Changes and Contribute](./CONTRIBUTING.md) - 1. [Code of Conduct](./CODE_OF_CONDUCT.md) + 1. [Code of Conduct](https://github.com/eiffel-community/.github/blob/master/CODE_OF_CONDUCT.md) 1. Eiffel Syntax and Usage 1. [Eiffel Glossary](./eiffel-syntax-and-usage/glossary.md) 1. [Event Design Guidelines](./eiffel-syntax-and-usage/event-design-guidelines.md)