From 375c56eb60ccfde97ea63f7b5cde209bbe43fc91 Mon Sep 17 00:00:00 2001 From: Thomas Dinges Date: Thu, 18 Jan 2024 17:31:55 +0100 Subject: [PATCH] Docs: Replace most wiki links with links to new developer docs --- .gitea/pull_request_template.yaml | 6 +++--- .github/pull_request_template.md | 2 +- .github/stale.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml index 7ca55da..14fef69 100644 --- a/.gitea/pull_request_template.yaml +++ b/.gitea/pull_request_template.yaml @@ -6,9 +6,9 @@ body: value: | ### Instructions - * [Contributing a new add-on](https://wiki.blender.org/wiki/Process/Addons) - * [Contributing code](https://wiki.blender.org/index.php/Dev:Doc/Process/Contributing_Code) - * [Effective code review](https://wiki.blender.org/index.php/Dev:Doc/Tools/Code_Review) + * [Contributing a new add-on](https://developer.blender.org/docs/handbook/addons/) + * [Contributing code](https://developer.blender.org/docs/handbook/contributing/) + * [Effective code review](https://developer.blender.org/docs/handbook/contributing/pull_requests/) By submitting code here, you agree that the code is (compatible with) GNU GPL v2 or later. diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4b8e99e..8365baa 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,4 +1,4 @@ This repository is only used as a mirror. Blender development happens on projects.blender.org. To get started with contributing code, please see: -https://wiki.blender.org/wiki/Process/Contributing_Code +https://developer.blender.org/docs/handbook/contributing/ \ No newline at end of file diff --git a/.github/stale.yml b/.github/stale.yml index db14bfd..2b7adb5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -18,4 +18,4 @@ closeComment: > used as a mirror. Blender development happens on projects.blender.org. To get started contributing code, please read: - https://wiki.blender.org/wiki/Process/Contributing_Code + https://developer.blender.org/docs/handbook/contributing/