From 538a1a838e871a688a59274e78c76624941e87f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Mon, 8 Jul 2024 19:19:28 +0300 Subject: [PATCH] Bulk fix links to org/docs/various -> org/docs/about --- CONTRIBUTING.md | 2 +- markdown/dev/howtos/ways-to-contribute/en.md | 4 ++-- scripts/send-real-email.mjs | 2 +- scripts/send-test-email.mjs | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0eeae058df3..8415bc06138 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,7 +11,7 @@ Use your best judgment, and feel free to propose changes to this document in a p ## Code of Conduct When you engage with us, or when you engage with others, -please remember [the FreeSewing community standards](https://freesewing.org/docs/various/community-standards/). +please remember [the FreeSewing community standards](https://freesewing.org/docs/about/community-standards/). As a contributor, you are also expected to uphold [the FreeSewing Code of Conduct](https://freesewing.dev/guides/code-of-conduct). diff --git a/markdown/dev/howtos/ways-to-contribute/en.md b/markdown/dev/howtos/ways-to-contribute/en.md index f5e34d6c1ed..bd2d2eefb19 100644 --- a/markdown/dev/howtos/ways-to-contribute/en.md +++ b/markdown/dev/howtos/ways-to-contribute/en.md @@ -13,7 +13,7 @@ value a safe and welcoming environment for all members of the FreeSewing communi To that extend, we impose the following requirements to ensure everyone feels safe and welcome: -- Any member of our community must respect [our community standards](https://freesewing.org/docs/various/community-standards/) +- Any member of our community must respect [our community standards](https://freesewing.org/docs/about/community-standards/) - As a contributor, you must uphold [our Code of Conduct](/guides/code-of-conduct/) Go ahead and read those, we'll wait. @@ -24,7 +24,7 @@ With that out of the way, here's a few more things that are _good to know_: - Nobody gets paid to work on/for FreeSewing. We are a 100% volunteer organisation. - We have patrons who support us financially, but all the money that comes in goes to charity — - See our [revenue pledge](https://freesewing.org/docs/various/pledge/) for details + See our [revenue pledge](https://freesewing.org/docs/about/pledge/) for details - FreeSewing follows the [all-contributors](https://allcontributors.org/) specification. Contributions of any kind are welcome. diff --git a/scripts/send-real-email.mjs b/scripts/send-real-email.mjs index 38bd9df1836..bef96b02d7b 100644 --- a/scripts/send-real-email.mjs +++ b/scripts/send-real-email.mjs @@ -63,7 +63,7 @@ const html = mustache.render( greeting: `love,`, website: 'FreeSewing.org', seeWhy: 'You received this email because removing inactive accounts is in line with our', - urlWhy: 'https://freesewing.org/docs/various/privacy/account/', + urlWhy: 'https://freesewing.org/docs/about/privacy#how-we-use-your-account-data', whyDidIGetThis: 'Privacy Notice', notMarketing: 'This is not marketing, but a transactional email about your FreeSewing account.', } diff --git a/scripts/send-test-email.mjs b/scripts/send-test-email.mjs index 806e0eb167c..61f699976ef 100644 --- a/scripts/send-test-email.mjs +++ b/scripts/send-test-email.mjs @@ -53,7 +53,7 @@ const html = mustache.render( greeting: `love,`, website: 'FreeSewing.org', seeWhy: 'You received this email because removing inactive accounts is in line with our', - urlWhy: 'https://freesewing.org/docs/various/privacy/account/', + urlWhy: 'https://freesewing.org/docs/about/privacy#how-we-use-your-account-data', whyDidIGetThis: 'Privacy Notice', notMarketing: 'This is not marketing, but a transactional email about your FreeSewing account.', }