Skip to content

Commit e922e2b

Browse files
fix(cli): update link to telemetry information
1 parent 979af2b commit e922e2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/tasks/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { readConfig, writeConfig } from '../sysconfig';
55

66
const THANK_YOU =
77
`\nThank you for helping to make Capacitor better! 💖` +
8-
`\nInformation about the data we collect is available on our website: ${c.strong('https://capacitorjs.com/telemetry')}\n`;
8+
`\nInformation about the data we collect is available on our website: ${c.strong('https://capacitorjs.com/docs/next/cli/telemetry')}\n`;
99

1010
export async function telemetryCommand(onOrOff?: string): Promise<void> {
1111
const sysconfig = await readConfig();

cli/src/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const debug = Debug('capacitor:telemetry');
1414

1515
const THANK_YOU =
1616
`\nThank you for helping improve Capacitor by sharing anonymous usage data! 💖` +
17-
`\nInformation about the data we collect is available on our website: ${c.strong('https://capacitorjs.com/telemetry')}` +
17+
`\nInformation about the data we collect is available on our website: ${c.strong('https://capacitorjs.com/docs/next/cli/telemetry')}` +
1818
`\nYou can disable telemetry at any time by using the ${c.input('npx cap telemetry off')} command.`;
1919

2020
export interface CommandMetricData {

0 commit comments

Comments
 (0)