This is an automated email from the ASF dual-hosted git repository.

ebenizzy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/burr.git


The following commit(s) were added to refs/heads/main by this push:
     new f75b9731 Fix old link (#611)
f75b9731 is described below

commit f75b973101061a8861c62dcd6b357ad272e7cfc2
Author: Stefan Krawczyk <[email protected]>
AuthorDate: Mon Dec 29 05:09:33 2025 +1100

    Fix old link (#611)
---
 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:

Reply via email to