Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
fix(core): fix broken getting started link on splash screen (#811)
Browse files Browse the repository at this point in the history
  • Loading branch information
markgandolfo authored and yuzl committed Jul 8, 2019
1 parent d0ca678 commit bfdb6ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/container/splash-screen-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class SplashScreenContainer extends React.Component {
app.send({
type: MessageType.OpenExternalURL,
id: uuid.v4(),
payload: 'https://meetalva.io/doc/docs/guides/start?guides-enabled=true'
payload: 'https://meetalva.io/doc/docs/start'
});
}}
onExampleClick={() => {
Expand Down

1 comment on commit bfdb6ae

@marionebl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.