Change www.frc971.org to software.frc971.org

Signed-off-by: Maxwell Henderson <maxwell.henderson@mailbox.org>
Change-Id: Ib3445dc10e27afa9b9ef3d4d58af58b5ea7f003d
diff --git a/tools/bazel b/tools/bazel
index 82a86fe..2bfebef 100755
--- a/tools/bazel
+++ b/tools/bazel
@@ -41,7 +41,7 @@
 fi
 
 readonly INSTALLER_NAME="bazel_${VERSION}.xz"
-readonly DOWNLOAD_URL="https://www.frc971.org/Build-Dependencies/${INSTALLER_NAME}"
+readonly DOWNLOAD_URL="https://software.frc971.org/Build-Dependencies/${INSTALLER_NAME}"
 
 if [[ ! -d "${VERSION_DIR}" ]]; then
   echo "Downloading Bazel version ${VERSION} from ${DOWNLOAD_URL}..." >&2
diff --git a/tools/go/mirrored_go_deps.bzl b/tools/go/mirrored_go_deps.bzl
index adac994..dbf4f29 100644
--- a/tools/go/mirrored_go_deps.bzl
+++ b/tools/go/mirrored_go_deps.bzl
@@ -41,7 +41,7 @@
             strip_prefix = info["strip_prefix"],
             type = "zip",
             urls = [
-                "https://www.frc971.org/Build-Dependencies/go_deps/" + info["filename"],
+                "https://software.frc971.org/Build-Dependencies/go_deps/" + info["filename"],
             ],
             sha256 = info["sha256"],
             importpath = info["importpath"],