@sanity/cli 4.20.4-next.4 → 4.20.4-next.6
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.
package/lib/_chunks-cjs/cli.js
CHANGED
|
@@ -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://
|
|
4589
|
+
const BASE_URL = "https://www.sanity.io/docs/help/";
|
|
4590
4590
|
function generateHelpUrl(slug) {
|
|
4591
4591
|
return BASE_URL + slug;
|
|
4592
4592
|
}
|