File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ compileUrl :: String
9
9
compileUrl = " http://localhost:8081"
10
10
11
11
tag :: String
12
- tag = " load-from-github "
12
+ tag = " master "
13
13
14
14
mainGitHubExample :: String
15
15
mainGitHubExample = " /purescript/trypurescript/" <> tag <> " /client/examples/Main.purs"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ compileUrl :: String
9
9
compileUrl = " https://compile.purescript.org"
10
10
11
11
tag :: String
12
- tag = " load-from-github "
12
+ tag = " master "
13
13
14
14
mainGitHubExample :: String
15
15
mainGitHubExample = " /purescript/trypurescript/" <> tag <> " /client/examples/Main.purs"
Original file line number Diff line number Diff line change 33
33
]
34
34
where
35
35
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)
37
37
38
38
examples =
39
39
[ { title: " Algebraic Data Types"
You can’t perform that action at this time.
0 commit comments