diff --git a/packages/webgpu/scripts/install-dawn.ts b/packages/webgpu/scripts/install-dawn.ts index 001876692..e6d827756 100644 --- a/packages/webgpu/scripts/install-dawn.ts +++ b/packages/webgpu/scripts/install-dawn.ts @@ -77,7 +77,7 @@ if (!dawnVersion) { // Parse the dawn version to construct the release tag // Format: "chromium/7472" -> "dawn-chromium-7472" const releaseTag = `dawn-${dawnVersion.replace("/", "-")}`; -const releaseUrl = `https://github.com/Shopify/react-native-skia/releases/tag/${releaseTag}`; +const releaseUrl = `https://github.com/wcandillon/react-native-webgpu/releases/tag/${releaseTag}`; log.header(`Installing Dawn ${dawnVersion}`); log.info(`Release: ${colors.dim}${releaseUrl}${colors.reset}`);