@datalyr/wizard 1.0.2 → 1.0.3

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.
@@ -1863,9 +1863,9 @@ async function runAgentWizard(_config, options = {}) {
1863
1863
  if (keyAttempts === 1) {
1864
1864
  p.note(
1865
1865
  `To get your API key:
1866
- 1. Go to ${import_chalk.default.cyan("https://app.datalyr.com/settings/api")}
1867
- 2. Create a new API key (or copy existing)
1868
- 3. Paste it below`,
1866
+ 1. Go to ${import_chalk.default.cyan("https://app.datalyr.com")}
1867
+ 2. Open your workspace settings
1868
+ 3. Copy your API key and paste it below`,
1869
1869
  "API Key Required"
1870
1870
  );
1871
1871
  }