From 627770cd3acebeaa57763c44140046fd259a3cd8 Mon Sep 17 00:00:00 2001 From: crueter Date: Fri, 7 Aug 2026 05:03:55 +0200 Subject: [PATCH] [meta] Fix AI policy link in CONTRIBUTING.md (#4255) Signed-off-by: crueter Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/4255 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4aadf1be86..5129c4e84e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ Eden is free, open-source, copyleft software, licensed under the terms of the [G ### Policies - No LLM or AI usage, *period*, for patches, pull requests, issues, comments, debugging, brainstorming, etc. - - For details on why, see the [detailed AI policy](docs/AI.md). + - For details on why, see the [detailed AI policy](docs/policies/AI.md). - New code must follow the same general style as the surrounding codebase. Exceptions may be granted in certain cases. - Maintainers reserve the right to change your patches and pull requests at will. We will try to avoid this. - You should respect all decisions made by the [code owners](docs/CODEOWNERS) in your particular subsystem. If you feel they are overstepping or are incorrect, don't be afraid to stand your ground!