diff --git a/package.json b/package.json index e8a9d2f..0653ccd 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "OpenShift-Local.pullsecretfile": { "type": "string", "format": "file", - "markdownDescription": "Path of image pull secret (download from [here](https://console.redhat.com/openshift/create/local))" + "markdownDescription": "Path of image pull secret (download from the [Red Hat OpenShift Local download page](https://console.redhat.com/openshift/create/local?sc_cid=7013a000003SUmqAAG))" } } }, diff --git a/src/crc-start.ts b/src/crc-start.ts index 7802d6a..e53a8b8 100644 --- a/src/crc-start.ts +++ b/src/crc-start.ts @@ -92,7 +92,7 @@ async function askAndStorePullSecret(logger: extensionApi.Logger): Promise