Skip to content

Commit 9dba364

Browse files
committed
fix link
1 parent 65a5aaa commit 9dba364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00_game_of_life/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def Home():
5656
random_btn = Button('Random', id='random', cls='col-xs-2', hx_put='/random', hx_target='#gol', hx_swap='none')
5757
reset_btn = Button('Reset', id='reset', cls='col-xs-2', hx_put='/reset', hx_target='#gol', hx_swap='none')
5858
main = Main(gol, Div(run_btn, pause_btn, random_btn, reset_btn, cls='row center-xs'), hx_ext="ws", ws_connect="/gol")
59-
footer = Footer(P('Made by Nathan Cooper. Check out the code', AX('here', href='https://github.com/AnswerDotAI/fasthtml-example/tree/main/game_of_life', target='_blank')))
59+
footer = Footer(P('Made by Nathan Cooper. Check out the code', AX('here', href='https://github.com/AnswerDotAI/fasthtml-example/tree/main/00_game_of_life', target='_blank')))
6060
return Title('Game of Life'), main, footer
6161

6262
@rt('/')

0 commit comments

Comments
 (0)