diff --git a/src/MenuBar.js b/src/MenuBar.js index 4a3381861..9db2eecd3 100644 --- a/src/MenuBar.js +++ b/src/MenuBar.js @@ -350,7 +350,9 @@ function getTemplate( { label: 'Create plugins', click: function() { - shell.openExternal('https://fbflipper.com/docs/create-plugin.html'); + shell.openExternal( + 'https://fbflipper.com/docs/tutorial/intro.html', + ); }, }, { diff --git a/src/chrome/WelcomeScreen.js b/src/chrome/WelcomeScreen.js index 748ba7672..29609b6db 100644 --- a/src/chrome/WelcomeScreen.js +++ b/src/chrome/WelcomeScreen.js @@ -146,7 +146,7 @@ export default class WelcomeScreen extends PureComponent { shell.openExternal( - 'https://fbflipper.com/docs/create-plugin.html', + 'https://fbflipper.com/docs/tutorial/intro.html', ) }>