File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import { readConfig, writeConfig } from '../sysconfig';
55
66const 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
1010export async function telemetryCommand ( onOrOff ?: string ) : Promise < void > {
1111 const sysconfig = await readConfig ( ) ;
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const debug = Debug('capacitor:telemetry');
1414
1515const 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
2020export interface CommandMetricData {
You can’t perform that action at this time.
0 commit comments