Skip to content

Commit 88850bc

Browse files
committed
update telemetry URL
1 parent 1febfdb commit 88850bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/telemetry/lightpanda.zig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const builtin = @import("builtin");
1010
const build_info = @import("build_info");
1111

1212
const log = std.log.scoped(.telemetry);
13-
const URL = "https://lightpanda.io/browser-stats";
13+
const URL = "https://telemetry.lightpanda.io";
1414

1515
pub const LightPanda = struct {
1616
uri: std.Uri,

0 commit comments

Comments
 (0)