@sanity/cli 4.20.4-next.3 → 4.20.4-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4586,7 +4586,7 @@ function isPinnedVersion(version2) {
4586
4586
  function trimHash(version2) {
4587
4587
  return version2.replace(/\+[a-z0-9]{8,}$/, "");
4588
4588
  }
4589
- const BASE_URL = "https://docs.sanity.io/help/";
4589
+ const BASE_URL = "https://www.sanity.io/docs/help/";
4590
4590
  function generateHelpUrl(slug) {
4591
4591
  return BASE_URL + slug;
4592
4592
  }