diff --git a/desktop/flipper-ui-core/src/sandy-chrome/WelcomeScreen.tsx b/desktop/flipper-ui-core/src/sandy-chrome/WelcomeScreen.tsx
index 647624641..b6ab9f064 100644
--- a/desktop/flipper-ui-core/src/sandy-chrome/WelcomeScreen.tsx
+++ b/desktop/flipper-ui-core/src/sandy-chrome/WelcomeScreen.tsx
@@ -202,7 +202,7 @@ function WelcomeScreenContent() {
icon={}
title="Using Flipper"
subtitle="Learn how Flipper can help you debug your App"
- onClick={openExternal('https://fbflipper.com/docs/features/index')}
+ onClick={openExternal('https://fbflipper.com/docs/features')}
/>
}
@@ -214,9 +214,7 @@ function WelcomeScreenContent() {
icon={}
title="Add Flipper Support to Your App"
subtitle="Get started with these pointers"
- onClick={openExternal(
- 'https://fbflipper.com/docs/getting-started/index',
- )}
+ onClick={openExternal('https://fbflipper.com/docs/getting-started')}
/>
}