File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ var FinalPage = (function (_super) {
35
35
"What's next?" ,
36
36
React . createElement ( "br" , null ) ,
37
37
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 ' } ,
39
39
React . createElement ( FlatButton_1 . default , { label : 'See More Tutorials' , disabled : true } )
40
40
) ,
41
41
React . createElement ( "span" , null , " (coming soon)" ) ,
42
42
React . createElement ( "br" , null ) ,
43
43
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 ' } ,
45
45
React . createElement ( FlatButton_1 . default , { label : 'Learn how to Create a Tutorial' } )
46
46
) ) ) ) ;
47
47
} ;
Original file line number Diff line number Diff line change @@ -25,15 +25,15 @@ export default class FinalPage extends React.Component<{}, {}> {
25
25
< CardText >
26
26
What's next?
27
27
< br /> < br />
28
- < a href = 'https://coderoad.github.io/# tutorials' >
28
+ < a href = 'https://coderoad.github.io/tutorials.html ' >
29
29
< FlatButton
30
30
label = 'See More Tutorials'
31
31
disabled = { true }
32
32
/>
33
33
</ a >
34
34
< span > (coming soon)</ span >
35
35
< br /> < br />
36
- < a href = 'https://coderoad.github.io/build ' >
36
+ < a href = 'https://coderoad.github.io/builder-coderoad.html ' >
37
37
< FlatButton label = 'Learn how to Create a Tutorial' />
38
38
</ a >
39
39
</ CardText >
You can’t perform that action at this time.
0 commit comments