Skip to content

Commit 5196a95

Browse files
author
Brian Vaughn
committed
Updated DevTools to replace fburl.com link with fb.me link
1 parent ecb599c commit 5196a95

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/react-devtools-shared/src/devtools/views/UnsupportedBridgeProtocolDialog.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ import styles from './UnsupportedBridgeProtocolDialog.css';
2020
import type {BridgeProtocol} from 'react-devtools-shared/src/bridge';
2121

2222
const DEVTOOLS_VERSION = process.env.DEVTOOLS_VERSION;
23-
const INSTRUCTIONS_FB_URL = 'https://fburl.com/devtools-bridge-protocol';
23+
const INSTRUCTIONS_FB_URL =
24+
'https://fb.me/devtools-unsupported-bridge-protocol';
2425
const MODAL_DIALOG_ID = 'UnsupportedBridgeProtocolDialog';
2526

2627
export default function UnsupportedBridgeProtocolDialog(_: {||}) {

0 commit comments

Comments
 (0)