diff --git a/build.zig b/build.zig index 3b292c70c4..686db89b54 100644 --- a/build.zig +++ b/build.zig @@ -184,7 +184,7 @@ pub fn build_(b: *Build) !void { if (!std.mem.eql(u8, @import("builtin").zig_version_string, required_zig_version)) { const colors = std.io.getStdErr().supportsAnsiEscapeCodes(); std.debug.print( - "{s}WARNING:\nBun requires zig version '{s}', but found '{s}', build may fail...\nMake sure you installed the right version as per https://bun.sh/docs/project/development#install-zig\n{s}You can update to the right version using 'zigup {s}'\n\n", + "{s}WARNING:\nBun requires Zig version '{s}', but found '{s}', build may fail...\nMake sure you installed the right version as per https://bun.sh/docs/project/contributing#install-zig\n{s}You can update to the right version using 'zigup {s}'\n\n", .{ if (colors) "\x1b[1;33m" else "", required_zig_version, diff --git a/src/bun.js/WebKit b/src/bun.js/WebKit index a780bdf025..1a49a1f94b 160000 --- a/src/bun.js/WebKit +++ b/src/bun.js/WebKit @@ -1 +1 @@ -Subproject commit a780bdf0255ae1a7ed15e4b3f31c14af705facae +Subproject commit 1a49a1f94bf42ab4f8c6b11d7bbbb21e491d2d62 diff --git a/src/deps/libarchive b/src/deps/libarchive index 04be21ea4d..dc321febde 160000 --- a/src/deps/libarchive +++ b/src/deps/libarchive @@ -1 +1 @@ -Subproject commit 04be21ea4d973c2c80a1d456e0ea3fa3851e9174 +Subproject commit dc321febde83dd0f31158e1be61a7aedda65e7a2