@sanity/cli 5.3.0-next.66 → 5.3.0-next.68

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.
@@ -2411,7 +2411,7 @@ function trimHash(version2) {
2411
2411
  }
2412
2412
  const BASE_URL = "https://www.sanity.io/docs/help/";
2413
2413
  function generateHelpUrl(slug) {
2414
- return BASE_URL + slug;
2414
+ return `${BASE_URL}${slug}`;
2415
2415
  }
2416
2416
  var polyfills, hasRequiredPolyfills;
2417
2417
  function requirePolyfills() {