diff --git a/.github/workflows/compiler_discord_notify.yml b/.github/workflows/compiler_discord_notify.yml index 5a57cf6a32c..8d0a698c24f 100644 --- a/.github/workflows/compiler_discord_notify.yml +++ b/.github/workflows/compiler_discord_notify.yml @@ -25,7 +25,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/compiler_prereleases_manual.yml b/.github/workflows/compiler_prereleases_manual.yml index c4a7a16aca3..5d138d82ed7 100644 --- a/.github/workflows/compiler_prereleases_manual.yml +++ b/.github/workflows/compiler_prereleases_manual.yml @@ -29,7 +29,7 @@ env: jobs: publish_prerelease_experimental: name: Publish to Experimental channel - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main + uses: react/react/.github/workflows/compiler_prereleases.yml@main with: commit_sha: ${{ inputs.prerelease_commit_sha || github.sha }} release_channel: ${{ inputs.release_channel }} diff --git a/.github/workflows/compiler_prereleases_nightly.yml b/.github/workflows/compiler_prereleases_nightly.yml index ca2b5589def..813cfa0c7cd 100644 --- a/.github/workflows/compiler_prereleases_nightly.yml +++ b/.github/workflows/compiler_prereleases_nightly.yml @@ -13,7 +13,7 @@ env: jobs: publish_prerelease_experimental: name: Publish to Experimental channel - uses: facebook/react/.github/workflows/compiler_prereleases.yml@main + uses: react/react/.github/workflows/compiler_prereleases.yml@main with: commit_sha: ${{ github.sha }} release_channel: experimental diff --git a/.github/workflows/devtools_discord_notify.yml b/.github/workflows/devtools_discord_notify.yml index bb498f00371..a4b711131c9 100644 --- a/.github/workflows/devtools_discord_notify.yml +++ b/.github/workflows/devtools_discord_notify.yml @@ -25,7 +25,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/runtime_build_and_test.yml b/.github/workflows/runtime_build_and_test.yml index 7ab7c54c1ad..db5cde73833 100644 --- a/.github/workflows/runtime_build_and_test.yml +++ b/.github/workflows/runtime_build_and_test.yml @@ -488,7 +488,7 @@ jobs: ./build2.tgz if-no-files-found: error - uses: actions/attest-build-provenance@v2 - # We don't verify builds generated from pull requests not originating from facebook/react. + # We don't verify builds generated from pull requests not originating from react/react. # However, if the PR lands, the run on release branches will generate the attestation which can then # be used to download a build via scripts/release/download-experimental-build.js. # diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index d39d03ba023..96a15ba7fb1 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -292,7 +292,7 @@ jobs: git config --global user.name "${{ github.triggering_actor }}" git fetch origin --quiet - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" - name: Push changes to branch if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true') run: git push @@ -466,7 +466,7 @@ jobs: git config --global user.name "${{ github.triggering_actor }}" git fetch origin --quiet - git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/facebook/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" + git commit -m "$(git show ${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }} --no-patch --pretty=format:'%B%n%nDiffTrain build for [${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha }}](https://github.com/react/react/commit/${{ inputs.commit_sha || github.event.workflow_run.head_sha || github.sha}})')" || echo "No changes to commit" - name: Push changes to branch if: inputs.dry_run == false && (inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true') run: git push diff --git a/.github/workflows/runtime_discord_notify.yml b/.github/workflows/runtime_discord_notify.yml index ae9930adf11..22a4b3385df 100644 --- a/.github/workflows/runtime_discord_notify.yml +++ b/.github/workflows/runtime_discord_notify.yml @@ -27,7 +27,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/.github/workflows/shared_label_core_team_prs.yml b/.github/workflows/shared_label_core_team_prs.yml index cc10e87dcc2..b98a5ca9b20 100644 --- a/.github/workflows/shared_label_core_team_prs.yml +++ b/.github/workflows/shared_label_core_team_prs.yml @@ -26,7 +26,7 @@ jobs: check_maintainer: if: ${{ needs.check_access.outputs.is_member_or_collaborator == 'true' || needs.check_access.outputs.is_member_or_collaborator == true }} needs: [check_access] - uses: facebook/react/.github/workflows/shared_check_maintainer.yml@main + uses: react/react/.github/workflows/shared_check_maintainer.yml@main permissions: # Used by check_maintainer contents: read diff --git a/compiler/package.json b/compiler/package.json index 4492b702108..1e65cbf700d 100644 --- a/compiler/package.json +++ b/compiler/package.json @@ -7,7 +7,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git" + "url": "git+https://github.com/react/react.git" }, "scripts": { "copyright": "node scripts/copyright.js", diff --git a/compiler/packages/babel-plugin-react-compiler-rust/package.json b/compiler/packages/babel-plugin-react-compiler-rust/package.json index 70bec439ef4..ada9134e0e8 100644 --- a/compiler/packages/babel-plugin-react-compiler-rust/package.json +++ b/compiler/packages/babel-plugin-react-compiler-rust/package.json @@ -26,7 +26,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/babel-plugin-react-compiler-rust" } } diff --git a/compiler/packages/babel-plugin-react-compiler/package.json b/compiler/packages/babel-plugin-react-compiler/package.json index 7647bcab1ca..05406af6b1a 100644 --- a/compiler/packages/babel-plugin-react-compiler/package.json +++ b/compiler/packages/babel-plugin-react-compiler/package.json @@ -65,7 +65,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/babel-plugin-react-compiler" } } diff --git a/compiler/packages/eslint-plugin-react-compiler/package.json b/compiler/packages/eslint-plugin-react-compiler/package.json index 0615609dd52..ea18b0af985 100644 --- a/compiler/packages/eslint-plugin-react-compiler/package.json +++ b/compiler/packages/eslint-plugin-react-compiler/package.json @@ -45,7 +45,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/eslint-plugin-react-compiler" }, "license": "MIT" diff --git a/compiler/packages/make-read-only-util/package.json b/compiler/packages/make-read-only-util/package.json index 20a4643cd52..5474f3c0480 100644 --- a/compiler/packages/make-read-only-util/package.json +++ b/compiler/packages/make-read-only-util/package.json @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/make-read-only-util" } } diff --git a/compiler/packages/react-compiler-healthcheck/package.json b/compiler/packages/react-compiler-healthcheck/package.json index 5c3d2f412d9..6b3cb6b57c5 100644 --- a/compiler/packages/react-compiler-healthcheck/package.json +++ b/compiler/packages/react-compiler-healthcheck/package.json @@ -27,7 +27,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-compiler-healthcheck" } } diff --git a/compiler/packages/react-compiler-runtime/package.json b/compiler/packages/react-compiler-runtime/package.json index 60a192b0a7c..ffb591d163c 100644 --- a/compiler/packages/react-compiler-runtime/package.json +++ b/compiler/packages/react-compiler-runtime/package.json @@ -19,7 +19,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-compiler-runtime" } } diff --git a/compiler/packages/react-forgive/client/package.json b/compiler/packages/react-forgive/client/package.json index a975439726f..d6f3f019fd2 100644 --- a/compiler/packages/react-forgive/client/package.json +++ b/compiler/packages/react-forgive/client/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "dependencies": { diff --git a/compiler/packages/react-forgive/package.json b/compiler/packages/react-forgive/package.json index fc7d71095c5..94f0f6ce008 100644 --- a/compiler/packages/react-forgive/package.json +++ b/compiler/packages/react-forgive/package.json @@ -6,7 +6,7 @@ "version": "0.0.0", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "categories": [ diff --git a/compiler/packages/react-forgive/server/package.json b/compiler/packages/react-forgive/server/package.json index c9125860720..d7806f2c5cb 100644 --- a/compiler/packages/react-forgive/server/package.json +++ b/compiler/packages/react-forgive/server/package.json @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-forgive" }, "dependencies": { diff --git a/compiler/packages/react-mcp-server/package.json b/compiler/packages/react-mcp-server/package.json index 07dc378de12..f0d25b2e5ac 100644 --- a/compiler/packages/react-mcp-server/package.json +++ b/compiler/packages/react-mcp-server/package.json @@ -35,7 +35,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/react-mcp-server" } } diff --git a/compiler/packages/snap/package.json b/compiler/packages/snap/package.json index fe814cb2a67..e2edb778167 100644 --- a/compiler/packages/snap/package.json +++ b/compiler/packages/snap/package.json @@ -17,7 +17,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/facebook/react.git", + "url": "git+https://github.com/react/react.git", "directory": "compiler/packages/snap" }, "dependencies": { diff --git a/dangerfile.js b/dangerfile.js index d60da35b586..b7ee95d75f8 100644 --- a/dangerfile.js +++ b/dangerfile.js @@ -105,7 +105,7 @@ function row(result, baseSha, headSha) { // where the branches differ const upstreamRepo = danger.github.pr.base.repo.full_name; - if (upstreamRepo !== 'facebook/react') { + if (upstreamRepo !== 'react/react') { // Exit unless we're running in the main repo return; } diff --git a/packages/eslint-plugin-react-hooks/package.json b/packages/eslint-plugin-react-hooks/package.json index 3e436421b3d..fc8a1219944 100644 --- a/packages/eslint-plugin-react-hooks/package.json +++ b/packages/eslint-plugin-react-hooks/package.json @@ -4,7 +4,7 @@ "version": "7.0.0", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/eslint-plugin-react-hooks" }, "files": [ @@ -27,7 +27,7 @@ }, "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "main": "./index.js", "types": "./index.d.ts", diff --git a/packages/jest-react/package.json b/packages/jest-react/package.json index a5d6878294e..10a7ad9bbb9 100644 --- a/packages/jest-react/package.json +++ b/packages/jest-react/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/jest-react" }, "keywords": [ @@ -15,7 +15,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-art/package.json b/packages/react-art/package.json index daeb4ad2950..9be3f720b08 100644 --- a/packages/react-art/package.json +++ b/packages/react-art/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-art" }, "keywords": [ @@ -18,7 +18,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react-cache/package.json b/packages/react-cache/package.json index e0f8c0913ca..4ae3222c9f6 100644 --- a/packages/react-cache/package.json +++ b/packages/react-cache/package.json @@ -5,7 +5,7 @@ "version": "2.0.0-alpha.0", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-cache" }, "files": [ diff --git a/packages/react-client/package.json b/packages/react-client/package.json index 82c7d855ad1..27f1975f83d 100644 --- a/packages/react-client/package.json +++ b/packages/react-client/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -17,7 +17,7 @@ ], "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-client" }, "engines": { diff --git a/packages/react-debug-tools/package.json b/packages/react-debug-tools/package.json index dcd5e888ff9..011553625fc 100644 --- a/packages/react-debug-tools/package.json +++ b/packages/react-debug-tools/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -18,7 +18,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-debug-tools" }, "engines": { diff --git a/packages/react-devtools-core/package.json b/packages/react-devtools-core/package.json index 54b89e72e8a..6f0274979a3 100644 --- a/packages/react-devtools-core/package.json +++ b/packages/react-devtools-core/package.json @@ -6,7 +6,7 @@ "main": "./dist/backend.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools-core" }, "files": [ diff --git a/packages/react-devtools-inline/package.json b/packages/react-devtools-inline/package.json index cc5fc51a6ef..0b66393890f 100644 --- a/packages/react-devtools-inline/package.json +++ b/packages/react-devtools-inline/package.json @@ -6,7 +6,7 @@ "main": "./dist/backend.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools-inline" }, "files": [ diff --git a/packages/react-devtools/package.json b/packages/react-devtools/package.json index 10a49262833..9a7ee408f62 100644 --- a/packages/react-devtools/package.json +++ b/packages/react-devtools/package.json @@ -5,7 +5,7 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-devtools" }, "bin": { diff --git a/packages/react-dom-bindings/package.json b/packages/react-dom-bindings/package.json index f7d91a6dd9e..8fb19d332a1 100644 --- a/packages/react-dom-bindings/package.json +++ b/packages/react-dom-bindings/package.json @@ -6,7 +6,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-dom-bindings" }, "keywords": [ @@ -14,7 +14,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-dom/package.json b/packages/react-dom/package.json index 351ed0684e6..dc7b060a795 100644 --- a/packages/react-dom/package.json +++ b/packages/react-dom/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-dom" }, "keywords": [ @@ -13,7 +13,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react-flight-server-fb/package.json b/packages/react-flight-server-fb/package.json index b802a6abaf8..014e5c01e65 100644 --- a/packages/react-flight-server-fb/package.json +++ b/packages/react-flight-server-fb/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -21,7 +21,7 @@ }, "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-flight-server-fb" }, "engines": { diff --git a/packages/react-is/package.json b/packages/react-is/package.json index f910553fcbc..bf557d3a3bb 100644 --- a/packages/react-is/package.json +++ b/packages/react-is/package.json @@ -6,7 +6,7 @@ "sideEffects": false, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-is" }, "keywords": [ @@ -14,7 +14,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "files": [ diff --git a/packages/react-markup/package.json b/packages/react-markup/package.json index 56448653391..b92f601f990 100644 --- a/packages/react-markup/package.json +++ b/packages/react-markup/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-markup" }, "keywords": [ @@ -13,7 +13,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "peerDependencies": { diff --git a/packages/react-native-renderer/package.json b/packages/react-native-renderer/package.json index 9dccf45b044..6d4b3652f3c 100644 --- a/packages/react-native-renderer/package.json +++ b/packages/react-native-renderer/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-native-renderer" }, "dependencies": { diff --git a/packages/react-noop-renderer/package.json b/packages/react-noop-renderer/package.json index aae14070714..8db645941ec 100644 --- a/packages/react-noop-renderer/package.json +++ b/packages/react-noop-renderer/package.json @@ -6,7 +6,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-noop-renderer" }, "license": "MIT", diff --git a/packages/react-reconciler/package.json b/packages/react-reconciler/package.json index 91c38415dba..e78f937a21e 100644 --- a/packages/react-reconciler/package.json +++ b/packages/react-reconciler/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -19,7 +19,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-reconciler" }, "engines": { diff --git a/packages/react-refresh/package.json b/packages/react-refresh/package.json index 105af71485a..1b1d1c8fc37 100644 --- a/packages/react-refresh/package.json +++ b/packages/react-refresh/package.json @@ -6,7 +6,7 @@ ], "version": "0.19.0", "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -24,7 +24,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react" }, "engines": { diff --git a/packages/react-server-dom-esm/package.json b/packages/react-server-dom-esm/package.json index 79f73eb9844..e1ead23996a 100644 --- a/packages/react-server-dom-esm/package.json +++ b/packages/react-server-dom-esm/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -47,7 +47,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-server-dom-esm" }, "engines": { diff --git a/packages/react-server-dom-fb/package.json b/packages/react-server-dom-fb/package.json index 4041e0ab46b..c84c458657e 100644 --- a/packages/react-server-dom-fb/package.json +++ b/packages/react-server-dom-fb/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-fb" }, "dependencies": { diff --git a/packages/react-server-dom-parcel/package.json b/packages/react-server-dom-parcel/package.json index 6732c962cb1..334c21dfd35 100644 --- a/packages/react-server-dom-parcel/package.json +++ b/packages/react-server-dom-parcel/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://reactjs.org/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -72,7 +72,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-parcel" }, "engines": { diff --git a/packages/react-server-dom-turbopack/package.json b/packages/react-server-dom-turbopack/package.json index e3adedd68db..f2faa193a8b 100644 --- a/packages/react-server-dom-turbopack/package.json +++ b/packages/react-server-dom-turbopack/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -72,7 +72,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-turbopack" }, "engines": { diff --git a/packages/react-server-dom-webpack/package.json b/packages/react-server-dom-webpack/package.json index 67221202721..3b8951b6145 100644 --- a/packages/react-server-dom-webpack/package.json +++ b/packages/react-server-dom-webpack/package.json @@ -6,7 +6,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -78,7 +78,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-server-dom-webpack" }, "engines": { diff --git a/packages/react-server/package.json b/packages/react-server/package.json index 405d68dbc3a..2a57f31bb2a 100644 --- a/packages/react-server/package.json +++ b/packages/react-server/package.json @@ -7,7 +7,7 @@ "react" ], "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -19,7 +19,7 @@ "main": "index.js", "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-server" }, "engines": { diff --git a/packages/react-suspense-test-utils/package.json b/packages/react-suspense-test-utils/package.json index b23c3fc2e31..56bb5eb5084 100644 --- a/packages/react-suspense-test-utils/package.json +++ b/packages/react-suspense-test-utils/package.json @@ -4,7 +4,7 @@ "private": true, "repository": { "type" : "git", - "url" : "https://github.com/facebook/react.git", + "url" : "https://github.com/react/react.git", "directory": "packages/react-suspense-test-utils" }, "license": "MIT", diff --git a/packages/react-test-renderer/package.json b/packages/react-test-renderer/package.json index b09c371c010..080d498bb3e 100644 --- a/packages/react-test-renderer/package.json +++ b/packages/react-test-renderer/package.json @@ -5,7 +5,7 @@ "main": "index.js", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react-test-renderer" }, "keywords": [ @@ -15,7 +15,7 @@ ], "license": "MIT", "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "dependencies": { diff --git a/packages/react/package.json b/packages/react/package.json index 0705be8aa06..cc5169a9373 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -6,7 +6,7 @@ ], "version": "19.3.0", "homepage": "https://react.dev/", - "bugs": "https://github.com/facebook/react/issues", + "bugs": "https://github.com/react/react/issues", "license": "MIT", "files": [ "LICENSE", @@ -43,7 +43,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/react" }, "engines": { diff --git a/packages/scheduler/package.json b/packages/scheduler/package.json index 9c94ef2b357..e6fb0c375c2 100644 --- a/packages/scheduler/package.json +++ b/packages/scheduler/package.json @@ -4,7 +4,7 @@ "description": "Cooperative scheduler for the browser environment.", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/scheduler" }, "license": "MIT", @@ -12,7 +12,7 @@ "react" ], "bugs": { - "url": "https://github.com/facebook/react/issues" + "url": "https://github.com/react/react/issues" }, "homepage": "https://react.dev/", "files": [ diff --git a/packages/use-subscription/package.json b/packages/use-subscription/package.json index a784ea751e7..4ac02a7b131 100644 --- a/packages/use-subscription/package.json +++ b/packages/use-subscription/package.json @@ -4,7 +4,7 @@ "version": "1.13.0", "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/use-subscription" }, "files": [ diff --git a/packages/use-sync-external-store/package.json b/packages/use-sync-external-store/package.json index 5ca1f42860f..487af2a4d92 100644 --- a/packages/use-sync-external-store/package.json +++ b/packages/use-sync-external-store/package.json @@ -20,7 +20,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/facebook/react.git", + "url": "https://github.com/react/react.git", "directory": "packages/use-sync-external-store" }, "files": [