aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/packages/chocolatey/bazel.nuspec.template
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/packages/chocolatey/bazel.nuspec.template')
-rw-r--r--scripts/packages/chocolatey/bazel.nuspec.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/packages/chocolatey/bazel.nuspec.template b/scripts/packages/chocolatey/bazel.nuspec.template
index 8cd710c88e..c192fc0414 100644
--- a/scripts/packages/chocolatey/bazel.nuspec.template
+++ b/scripts/packages/chocolatey/bazel.nuspec.template
@@ -38,14 +38,14 @@ This is a nuspec. It mostly adheres to https://docs.nuget.org/create/Nuspec-Refe
<title>bazel (Install)</title>
<authors>The Bazel Authors</authors>
<!-- projectUrl is required for the community feed -->
- <projectUrl>https://bazel.io</projectUrl>
+ <projectUrl>https://bazel.build</projectUrl>
<iconUrl>https://cdn.rawgit.com/bazelbuild/bazel/master/site/images/bazel-logo.png</iconUrl>
<copyright>Copyright 2016 The Bazel Authors. All rights reserved.</copyright>
<!-- If there is a license Url available, it is is required for the community feed -->
<licenseUrl>https://github.com/bazelbuild/bazel/tree/master/LICENSE.txt</licenseUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/bazelbuild/bazel.git</projectSourceUrl>
- <docsUrl>https://www.bazel.io/versions/master/docs/getting-started.html</docsUrl>
+ <docsUrl>https://www.bazel.build/versions/master/docs/getting-started.html</docsUrl>
<mailingListUrl>https://groups.google.com/forum/#!forum/bazel-discuss</mailingListUrl>
<bugTrackerUrl>https://github.com/bazelbuild/bazel/issues</bugTrackerUrl>
<tags>bazel build automation</tags>