This is an automated email from the ASF dual-hosted git repository. skrawcz pushed a commit to branch stefan/fix-link in repository https://gitbox.apache.org/repos/asf/burr.git
commit dbd33f6fa9fa40014c35e3b8966dc672496857d3 Author: Stefan Krawczyk <[email protected]> AuthorDate: Sun Dec 28 21:11:58 2025 +1100 Fix old link --- burr/telemetry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/burr/telemetry.py b/burr/telemetry.py index 6dc542c5..791b8504 100644 --- a/burr/telemetry.py +++ b/burr/telemetry.py @@ -146,7 +146,7 @@ def is_telemetry_enabled() -> bool: logger.info( "Note: Burr collects completely anonymous data about usage. " "This will help us improve Burr over time. " - "See https://github.com/dagworks-inc/burr#usage-analytics--data-privacy for details." + "See https://burr.apache.org/reference/telemetry/ for details." ) call_counter += 1 if call_counter > MAX_COUNT_SESSION:
