snyk 1.754.0 → 1.755.0

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/dist/cli/index.js CHANGED
@@ -29123,7 +29123,7 @@ function NoSupportedManifestsFoundError(atLocations) {
29123
29123
  locationsStr +
29124
29124
  '.\nPlease see our documentation for supported languages and ' +
29125
29125
  'target files: ' +
29126
- chalk_1.default.underline('https://support.snyk.io/hc/en-us/articles/360000911957-Language-support') +
29126
+ chalk_1.default.underline('https://snyk.co/udVgQ') +
29127
29127
  ' and make sure you are in the right directory.';
29128
29128
  const error = new custom_error_1.CustomError(errorMsg);
29129
29129
  error.code = 422;