Skip to content

Commit

Permalink
Updates telemetry link
Browse files Browse the repository at this point in the history
  • Loading branch information
skrawcz committed Jun 20, 2024
1 parent 969d58d commit e4fbc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hamilton/telemetry.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ def is_telemetry_enabled() -> bool:
logger.info(
"Note: Hamilton collects completely anonymous data about usage. "
"This will help us improve Hamilton over time. "
"See https://github.com/dagworks-inc/hamilton#usage-analytics--data-privacy for details."
"See https://hamilton.dagworks.io/en/latest/get-started/license/#usage-analytics-data-privacy"
" for details."
)
call_counter += 1
if call_counter > MAX_COUNT_SESSION:
Expand Down

0 comments on commit e4fbc58

Please sign in to comment.