From 418972b42360e6c48f104aff1deaa75b54d7de39 Mon Sep 17 00:00:00 2001 From: Aurora Luna Takemi <98479040+auroraisluna@users.noreply.github.com> Date: Mon, 11 Jul 2022 05:37:30 +0300 Subject: Update GitHub URL to match new repo URL (#547) * Update repo URLs * GitHub URL update * Revert accidental URL changes --- test/bun.js/ffi.test.fixture.callback.c | 2 +- test/bun.js/ffi.test.fixture.receiver.c | 2 +- test/bun.js/url.test.ts | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/bun.js') diff --git a/test/bun.js/ffi.test.fixture.callback.c b/test/bun.js/ffi.test.fixture.callback.c index d48ef6753..1a43a098c 100644 --- a/test/bun.js/ffi.test.fixture.callback.c +++ b/test/bun.js/ffi.test.fixture.callback.c @@ -1,7 +1,7 @@ #define IS_CALLBACK 1 // This file is part of Bun! // You can find the original source: -// https://github.com/Jarred-Sumner/bun/blob/main/src/bun.js/api/FFI.h#L2 +// https://github.com/oven-sh/bun/blob/main/src/bun.js/api/FFI.h#L2 // // clang-format off // This file is only compatible with 64 bit CPUs diff --git a/test/bun.js/ffi.test.fixture.receiver.c b/test/bun.js/ffi.test.fixture.receiver.c index 5bb51bda5..a6f647253 100644 --- a/test/bun.js/ffi.test.fixture.receiver.c +++ b/test/bun.js/ffi.test.fixture.receiver.c @@ -2,7 +2,7 @@ #define USES_FLOAT 1 // This file is part of Bun! // You can find the original source: -// https://github.com/Jarred-Sumner/bun/blob/main/src/bun.js/api/FFI.h#L2 +// https://github.com/oven-sh/bun/blob/main/src/bun.js/api/FFI.h#L2 // // clang-format off // This file is only compatible with 64 bit CPUs diff --git a/test/bun.js/url.test.ts b/test/bun.js/url.test.ts index 37ea2008b..87291a09c 100644 --- a/test/bun.js/url.test.ts +++ b/test/bun.js/url.test.ts @@ -9,11 +9,11 @@ describe("url", () => { expect( Bun.inspect( new URL( - "https://github.com/Jarred-Sumner/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night" + "https://github.com/oven-sh/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night" ) ) ).toBe( - "https://github.com/Jarred-Sumner/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night" + "https://github.com/oven-sh/bun/issues/135?hello%20i%20have%20spaces%20thank%20you%20good%20night" ); }); it("works", () => { -- cgit v1.2.3