From b4a5eb77a8437691b96496a6faf9691f5d042202 Mon Sep 17 00:00:00 2001 From: Hampus Date: Tue, 18 Aug 2026 20:23:40 +0200 Subject: [PATCH] docs: fix community health document links broken by the .github move (#1723) --- .github/CONTRIBUTING.md | 8 ++++---- .github/GOVERNANCE.md | 4 ++-- .github/LLM_USAGE_POLICY.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 6661f906c..406314c19 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -25,7 +25,7 @@ Closes #456 You must understand every line you submit and be able to explain why the change is correct. -The [LLM usage policy](LLM_USAGE_POLICY.md) defines the authorship requirements for contributors who do not have write access. +The [LLM usage policy](https://github.com/fluxerapp/fluxer/blob/main/.github/LLM_USAGE_POLICY.md) defines the authorship requirements for contributors who do not have write access. Each contribution must contain one coherent change. Do not include unrelated fixes, refactoring or formatting changes. @@ -80,15 +80,15 @@ Complete every section of the pull request template. Clearly describe: Use the [bug report form](https://github.com/fluxerapp/fluxer/issues/new?template=bug-report.yaml) to report reproducible defects. -Report security vulnerabilities privately through the channels specified in the [security policy](SECURITY.md). Do not report vulnerabilities in public issues or discussions. +Report security vulnerabilities privately through the channels specified in the [security policy](https://github.com/fluxerapp/fluxer/blob/main/.github/SECURITY.md). Do not report vulnerabilities in public issues or discussions. Use [discussions](https://github.com/orgs/fluxerapp/discussions) for feature proposals and self-hosting questions. Submit translations through [Weblate](https://weblate.fluxer.tools), not through pull requests. -All repository activity is governed by the [Code of Conduct](CODE_OF_CONDUCT.md). +All repository activity is governed by the [Code of Conduct](https://github.com/fluxerapp/fluxer/blob/main/.github/CODE_OF_CONDUCT.md). -Fluxer is distributed under the [GNU Affero General Public License, version 3.0 or later](../LICENSE). By adding a DCO sign-off, you certify that you have the right to submit the contribution under that licence. +Fluxer is distributed under the [GNU Affero General Public License, version 3.0 or later](https://github.com/fluxerapp/fluxer/blob/main/LICENSE). By adding a DCO sign-off, you certify that you have the right to submit the contribution under that licence. ## Private marketing project diff --git a/.github/GOVERNANCE.md b/.github/GOVERNANCE.md index 363919085..c28a2744a 100644 --- a/.github/GOVERNANCE.md +++ b/.github/GOVERNANCE.md @@ -8,11 +8,11 @@ External contributions do not grant voting rights, commit access, employment or ## Licence and contributor rights -Source code owned by Fluxer Platform AB in this repository is distributed under the [GNU Affero General Public License, version 3.0 or later](../LICENSE). The licence permits its use, modification and redistribution subject to its terms. +Source code owned by Fluxer Platform AB in this repository is distributed under the [GNU Affero General Public License, version 3.0 or later](https://github.com/fluxerapp/fluxer/blob/main/LICENSE). The licence permits its use, modification and redistribution subject to its terms. Fluxer Platform AB does not require contributors to sign a contributor licence agreement or assign their copyright. Contributors retain the copyright in their work. -Every commit made by a contributor must include the [Developer Certificate of Origin](https://developercertificate.org) sign-off required by the [contributing guidelines](CONTRIBUTING.md). Pull requests opened by Fluxer repository automation are exempt from this requirement. +Every commit made by a contributor must include the [Developer Certificate of Origin](https://developercertificate.org) sign-off required by the [contributing guidelines](https://github.com/fluxerapp/fluxer/blob/main/.github/CONTRIBUTING.md). Pull requests opened by Fluxer repository automation are exempt from this requirement. ## Name and marks diff --git a/.github/LLM_USAGE_POLICY.md b/.github/LLM_USAGE_POLICY.md index cbda9177f..d2c389a64 100644 --- a/.github/LLM_USAGE_POLICY.md +++ b/.github/LLM_USAGE_POLICY.md @@ -129,7 +129,7 @@ Deliberately submitting a fabricated security report MAY result in an immediate Maintainers are not required to investigate possible LLM use proactively. Writing style alone is not evidence of a violation. -A person MUST NOT publicly accuse or harass a contributor because of suspected LLM use. All discussion, review and enforcement under this policy MUST comply with the [Code of Conduct](CODE_OF_CONDUCT.md). +A person MUST NOT publicly accuse or harass a contributor because of suspected LLM use. All discussion, review and enforcement under this policy MUST comply with the [Code of Conduct](https://github.com/fluxerapp/fluxer/blob/main/.github/CODE_OF_CONDUCT.md). ## 11. Normative References