diff --git a/client/examples/Main.purs b/client/examples/Main.purs index 264976c9..69277a12 100644 --- a/client/examples/Main.purs +++ b/client/examples/Main.purs @@ -33,7 +33,7 @@ main = ] where fromExample { title, source } = - link ("https://github.com/purescript/trypurescript/master/client/examples/" <> source) (text title) + link ("https://github.com/purescript/trypurescript/blob/master/client/examples/" <> source) (text title) examples = [ { title: "Algebraic Data Types"