Skip to content

Commit d910456

Browse files
estelukdaniellevass
authored andcommitted
Fix broken URL on homepage (#26)
1 parent ce8680d commit d910456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/website/pages/en/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Index extends React.Component {
9494
content: 'How to make your computer ready for making iOS apps.',
9595
image: `${baseUrl}img/computer_2.svg`,
9696
imageAlign: 'top',
97-
title: '[Getting Set Up](docs/getting-set-up)',
97+
title: '[Getting Set Up](docs/intro)',
9898
},
9999
{
100100
content: 'Learn how to build a cookie clicker app using storyboards',

0 commit comments

Comments
 (0)