@agent-relay/telemetry 4.0.3 → 4.0.5
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/client.js +1 -1
- package/package.json +1 -1
package/dist/client.js
CHANGED
|
@@ -57,7 +57,7 @@ function showFirstRunNotice() {
|
|
|
57
57
|
console.log('');
|
|
58
58
|
console.log('Agent Relay collects anonymous usage data to improve the product.');
|
|
59
59
|
console.log('Run `agent-relay telemetry disable` to opt out.');
|
|
60
|
-
console.log('Learn more: https://agentrelay.
|
|
60
|
+
console.log('Learn more: https://agentrelay.com/telemetry');
|
|
61
61
|
console.log('');
|
|
62
62
|
markNotified();
|
|
63
63
|
}
|