From ef510a7d9058f725aa2e4157d0f209c4acf012cb Mon Sep 17 00:00:00 2001 From: Sachin Irukula Date: Wed, 15 May 2019 15:46:27 -0700 Subject: [PATCH] Mapping create plugin tutorial to correct external URL Summary: Previously "Create your own plugin" in welcome screen and "Create Plugins" in menu were directing to a URL https://fbflipper.com/docs/create-plugin.html which doesn't exist anymore. So pointing the URL to page for plugin creation tutorial https://fbflipper.com/docs/tutorial/intro.html Reviewed By: jknoxville Differential Revision: D15362962 fbshipit-source-id: 82a9dedb21911607f20884c9bb36e58d622e8431 --- src/MenuBar.js | 4 +++- src/chrome/WelcomeScreen.js | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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', ) }>