Skip to content

Commit 37be935

Browse files
huntiemeta-codesync[bot]
authored andcommitted
Update react-native-devtools-frontend URLs (#56812)
Summary: Pull Request resolved: #56812 Update load-bearing `react/react-native-devtools-frontend` URLs following repo move. In particular, the `sync-and-build` script. URLs in code comments are preserved (rely on redirect / avoid churn). Changelog: [Internal] ___ overriding_review_checks_triggers_an_audit_and_retroactive_review Oncall Short Name: react_native_iroc Differential Revision: D105033074 fbshipit-source-id: 78545cb92d9623d9a115d1a940ba7efc78a5a6d8
1 parent 814ebb1 commit 37be935

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/debugger-frontend/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const frontendPath = require('@react-native/debugger-frontend');
2020

2121
### Source repo
2222

23-
Source code for this package lives in the [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend) repo. See below for how we build and check in changes.
23+
Source code for this package lives in the [react/react-native-devtools-frontend](https://github.com/react/react-native-devtools-frontend) repo. See below for how we build and check in changes.
2424

2525
### Updating the frontend assets
2626

@@ -34,4 +34,4 @@ node scripts/debugger-frontend/sync-and-build --branch main
3434
node scripts/debugger-frontend/sync-and-build --branch 0.73-stable
3535
```
3636

37-
By default, this will clone and build from [facebook/react-native-devtools-frontend](https://github.com/facebook/react-native-devtools-frontend).
37+
By default, this will clone and build from [react/react-native-devtools-frontend](https://github.com/react/react-native-devtools-frontend).

scripts/debugger-frontend/sync-and-build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const supportsColor = require('supports-color');
2525
const {parseArgs, styleText} = require('util');
2626

2727
const DEVTOOLS_FRONTEND_REPO_URL =
28-
'https://github.com/facebook/react-native-devtools-frontend';
28+
'https://github.com/react/react-native-devtools-frontend';
2929

3030
const config = {
3131
allowPositionals: true,

0 commit comments

Comments
 (0)