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) {
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 } ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments