Skip to content

Commit cd76409

Browse files
committed
update final page links
1 parent 88b4092 commit cd76409

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/components/FinalPage/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ var FinalPage = (function (_super) {
3535
"What's next?",
3636
React.createElement("br", null),
3737
React.createElement("br", null),
38-
React.createElement("a", {href: 'https://coderoad.github.io/#tutorials'},
38+
React.createElement("a", {href: 'https://coderoad.github.io/tutorials.html'},
3939
React.createElement(FlatButton_1.default, {label: 'See More Tutorials', disabled: true})
4040
),
4141
React.createElement("span", null, " (coming soon)"),
4242
React.createElement("br", null),
4343
React.createElement("br", null),
44-
React.createElement("a", {href: 'https://coderoad.github.io/build'},
44+
React.createElement("a", {href: 'https://coderoad.github.io/builder-coderoad.html'},
4545
React.createElement(FlatButton_1.default, {label: 'Learn how to Create a Tutorial'})
4646
))));
4747
};

src/components/FinalPage/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ export default class FinalPage extends React.Component<{}, {}> {
2525
<CardText>
2626
What's next?
2727
<br /><br />
28-
<a href='https://coderoad.github.io/#tutorials'>
28+
<a href='https://coderoad.github.io/tutorials.html'>
2929
<FlatButton
3030
label='See More Tutorials'
3131
disabled={true}
3232
/>
3333
</a>
3434
<span> (coming soon)</span>
3535
<br /><br />
36-
<a href='https://coderoad.github.io/build'>
36+
<a href='https://coderoad.github.io/builder-coderoad.html'>
3737
<FlatButton label='Learn how to Create a Tutorial' />
3838
</a>
3939
</CardText>

0 commit comments

Comments
 (0)