Skip to content

Commit 6eba5e2

Browse files
authored
Update Tetris link in Common.hs
1 parent 09ae6a0 commit 6eba5e2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

shared/Common.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,9 +258,9 @@ examples = template $
258258
, text " / "
259259
, H.a_
260260
[ P.target_ "_blank"
261-
, P.href_ "https://flatris.haskell-miso.org/"
261+
, P.href_ "https://tetris.haskell-miso.org/"
262262
]
263-
[ "Flatris" ]
263+
[ "Tetris" ]
264264
, text " / "
265265
, H.a_
266266
[ P.target_ "_blank"

0 commit comments

Comments
 (0)