diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index eeceb52f9b8..4b8e99e669a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,4 @@ -This repository is only used as a mirror of git.blender.org. Blender development happens on -https://projects.blender.org. +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 diff --git a/.github/stale.yml b/.github/stale.yml index 9c563f2dee0..db14bfd9d31 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -15,8 +15,7 @@ staleLabel: stale # Comment to post when closing a stale Issue or Pull Request. closeComment: > This issue has been automatically closed, because this repository is only - used as a mirror of git.blender.org. Blender development happens on - developer.blender.org. + 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 diff --git a/build_files/cmake/example_scripts/cmake_linux_install.sh b/build_files/cmake/example_scripts/cmake_linux_install.sh index b0324c77e31..e8182186d5f 100755 --- a/build_files/cmake/example_scripts/cmake_linux_install.sh +++ b/build_files/cmake/example_scripts/cmake_linux_install.sh @@ -11,7 +11,7 @@ mkdir ~/blender-git cd ~/blender-git -git clone http://git.blender.org/blender.git +git clone https://projects.blender.org/blender/blender.git cd blender git submodule update --init --recursive git submodule foreach git checkout main diff --git a/build_files/utils/make_bpy_wheel.py b/build_files/utils/make_bpy_wheel.py index 79c0f91b425..2dde41cc2ff 100755 --- a/build_files/utils/make_bpy_wheel.py +++ b/build_files/utils/make_bpy_wheel.py @@ -58,7 +58,7 @@ Each Blender release supports one Python version, and the package is only compat ## Source Code * [Releases](https://download.blender.org/source/) -* Repository: [git.blender.org/blender.git](https://git.blender.org/gitweb/gitweb.cgi/blender.git) +* Repository: [projects.blender.org/blender/blender.git](https://projects.blender.org/blender/blender) ## Credits diff --git a/extern/hipew/README.blender b/extern/hipew/README.blender index 25a44a250ec..4805d7fc309 100644 --- a/extern/hipew/README.blender +++ b/extern/hipew/README.blender @@ -1,5 +1,5 @@ Project: Blender -URL: https://git.blender.org/blender.git +URL: https://projects.blender.org/blender/blender.git License: Apache 2.0 Upstream version: N/A Local modifications: None diff --git a/intern/libmv/bundle.sh b/intern/libmv/bundle.sh index a097f8cfd6c..a42d37d63b9 100755 --- a/intern/libmv/bundle.sh +++ b/intern/libmv/bundle.sh @@ -10,7 +10,7 @@ fi BRANCH="main" -# repo="git://git.blender.org/libmv.git" +# repo="https://projects.blender.org/blender/libmv.git" repo="/home/sergey/Developer/libmv" tmp=`mktemp -d`