From a0d6dc173a230d741499f4fe0b720a1d772e7054 Mon Sep 17 00:00:00 2001 From: Apodemus Date: Sat, 17 Sep 2022 23:28:06 +0200 Subject: [PATCH 1/2] fix badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7343a1585..d0beef5e6 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ See [License](LICENSE) -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](code_of_conduct.md) +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CONTRIBUTING.md) Cppfront is a personal experimental compiler from an experimental C++ 'syntax 2' to today's 'syntax 1,' to learn some things, prove out some concepts, and share some ideas. This README summarizes: From 5a3fa00bcd1bbac0fab594d1dad489d56bbc7993 Mon Sep 17 00:00:00 2001 From: Apodemus Date: Sat, 17 Sep 2022 23:35:05 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d0beef5e6..198049c2c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ See [License](LICENSE) -[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CONTRIBUTING.md) +[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) Cppfront is a personal experimental compiler from an experimental C++ 'syntax 2' to today's 'syntax 1,' to learn some things, prove out some concepts, and share some ideas. This README summarizes: