Update link

This commit is contained in:
magmueller
2025-01-25 19:14:12 -08:00
parent d554d4c478
commit 2ce0bd0ebc

View File

@@ -43,7 +43,7 @@ class ProductTelemetry:
self._posthog_client = None
else:
logging.info(
'Anonymized telemetry enabled. See https://github.com/browser-use/browser-use for more information.'
'Anonymized telemetry enabled. See https://docs.browser-use.com/development/telemetry for more information.'
)
self._posthog_client = Posthog(
project_api_key=self.PROJECT_API_KEY,