From 2fc464a153ade34e9d1e131080504e53e60d5807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Beli=C3=ABn?= Date: Sat, 2 Dec 2023 22:01:57 +0100 Subject: [PATCH] Add code of code, meeting minutes, and financial reports redirect Close #343 --- en/c_o_c.md | 9 +++++++++ en/financial.md | 6 ++++++ en/minutes.md | 6 ++++++ fr/c_o_c.md | 7 +++++++ nl/c_o_c.md | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 en/c_o_c.md create mode 100644 en/financial.md create mode 100644 en/minutes.md create mode 100644 fr/c_o_c.md create mode 100644 nl/c_o_c.md diff --git a/en/c_o_c.md b/en/c_o_c.md new file mode 100644 index 00000000..b248a546 --- /dev/null +++ b/en/c_o_c.md @@ -0,0 +1,9 @@ +--- +title: Code of Conduct +redirect_from: + - /c_o_c + - /c-o-c + - /code-of-conduct + - /en/code-of-conduct +redirect_to: https://github.com/osmbe/working-group-bylaws/blob/master/CODE_OF_CONDUCT.md +--- diff --git a/en/financial.md b/en/financial.md new file mode 100644 index 00000000..3962181a --- /dev/null +++ b/en/financial.md @@ -0,0 +1,6 @@ +--- +title: Financial reports +redirect_from: + - /financial +redirect_to: https://github.com/osmbe/working-group-bylaws/tree/master/financial +--- diff --git a/en/minutes.md b/en/minutes.md new file mode 100644 index 00000000..825ccd78 --- /dev/null +++ b/en/minutes.md @@ -0,0 +1,6 @@ +--- +title: Meeting minutes +redirect_from: + - /minutes +redirect_to: https://github.com/osmbe/working-group-bylaws/tree/master/minutes +--- diff --git a/fr/c_o_c.md b/fr/c_o_c.md new file mode 100644 index 00000000..ce886fe6 --- /dev/null +++ b/fr/c_o_c.md @@ -0,0 +1,7 @@ +--- +title: Code de Conduite +redirect_from: + - /fr/c-o-c + - /fr/code-of-conduct +redirect_to: https://github.com/osmbe/working-group-bylaws/blob/master/CODE_OF_CONDUCT_FR.md +--- diff --git a/nl/c_o_c.md b/nl/c_o_c.md new file mode 100644 index 00000000..a51e115b --- /dev/null +++ b/nl/c_o_c.md @@ -0,0 +1,7 @@ +--- +title: Gedragscode +redirect_from: + - /nl/c-o-c + - /nl/code-of-conduct +redirect_to: https://github.com/osmbe/working-group-bylaws/blob/master/CODE_OF_CONDUCT_FR.md +---