File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ compileUrl :: String
99compileUrl = " http://localhost:8081"
1010
1111tag :: String
12- tag = " load-from-github "
12+ tag = " master "
1313
1414mainGitHubExample :: String
1515mainGitHubExample = " /purescript/trypurescript/" <> tag <> " /client/examples/Main.purs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ compileUrl :: String
99compileUrl = " https://compile.purescript.org"
1010
1111tag :: String
12- tag = " load-from-github "
12+ tag = " master "
1313
1414mainGitHubExample :: String
1515mainGitHubExample = " /purescript/trypurescript/" <> tag <> " /client/examples/Main.purs"
Original file line number Diff line number Diff line change 3333 ]
3434 where
3535 fromExample { title, source } =
36- link (" https://github.com/purescript/trypurescript/load-from-github /client/examples/" <> source) (text title)
36+ link (" https://github.com/purescript/trypurescript/master /client/examples/" <> source) (text title)
3737
3838 examples =
3939 [ { title: " Algebraic Data Types"
You can’t perform that action at this time.
0 commit comments