Update contributing links to point to the new contributing website (#122)

This commit is contained in:
Lukas Tenbrink
2025-09-14 01:53:18 +02:00
committed by GitHub
parent a6092b9c49
commit 86070012e1
3 changed files with 4 additions and 70 deletions

View File

@@ -93,7 +93,7 @@ if [[ "$ARG1" != "--skip-build" ]]; then
# echo "Generating .NET glue."
# bin/godot.linuxbsd.editor.x86_64.mono --headless --generate-mono-glue modules/mono/glue
# echo "Building .NET assemblies."
# # https://docs.godotengine.org/en/stable/contributing/development/compiling/compiling_with_dotnet.html#nuget-packages
# # https://docs.godotengine.org/en/stable/engine_details/development/compiling/compiling_with_dotnet.html#nuget-packages
# mkdir -p "$HOME/MyLocalNugetSource"
# # Source may already exist, so allow failure for the command below.
# dotnet nuget add source "$HOME/MyLocalNugetSource" --name MyLocalNugetSource || true