netlify-cli 17.34.0 → 17.34.2

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.
@@ -416,7 +416,7 @@ title, }) => {
416
416
  const siteUrl = results.deploy.ssl_url || results.deploy.url;
417
417
  const deployUrl = results.deploy.deploy_ssl_url || results.deploy.deploy_url;
418
418
  const logsUrl = `${results.deploy.admin_url}/deploys/${results.deploy.id}`;
419
- let functionLogsUrl = `${results.deploy.admin_url}/functions`;
419
+ let functionLogsUrl = `${results.deploy.admin_url}/logs/functions`;
420
420
  if (!deployToProduction) {
421
421
  functionLogsUrl += `?scope=deploy:${deployId}`;
422
422
  }