We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f87fc5b commit 852903cCopy full SHA for 852903c
src/telemetry/lightpanda.zig
@@ -10,7 +10,7 @@ const builtin = @import("builtin");
10
const build_info = @import("build_info");
11
12
const log = std.log.scoped(.telemetry);
13
-const URL = "https://lightpanda.io/browser-stats";
+const URL = "https://telemetry.lightpanda.io";
14
15
pub const LightPanda = struct {
16
uri: std.Uri,
0 commit comments