Learn more points to getting started
Summary: `/docs/understand.html` doesn't exist anymore. Also "learn more" in the landing page pointed to `/docs/understand.html` which was broken. Pointed "Learn More" to getting started doc page. `/docs/understand.html` explained about rsocket which will be little overwhelming for the user to be navigated to right from the landing page. Also removed the links pointing to `/docs/understand.html` Reviewed By: passy Differential Revision: D15147954 fbshipit-source-id: cbd67d7f234c438507f24db946cd463e8827cb78
This commit is contained in:
committed by
Facebook Github Bot
parent
79622ac19d
commit
e7200e36a3
@@ -131,7 +131,9 @@ export default class WelcomeScreen extends PureComponent<Props, State> {
|
||||
</Version>
|
||||
<Item
|
||||
onClick={() =>
|
||||
shell.openExternal('https://fbflipper.com/docs/understand.html')
|
||||
shell.openExternal(
|
||||
'https://fbflipper.com/docs/getting-started.html',
|
||||
)
|
||||
}>
|
||||
<Icon size={20} name="rocket" color={brandColors.Flipper} />
|
||||
<FlexColumn>
|
||||
|
||||
Reference in New Issue
Block a user