Skip to content

Commit 40960e5

Browse files
Update examples tag to master
1 parent 53a82a6 commit 40960e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

client/config/dev/Try.Config.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compileUrl :: String
99
compileUrl = "http://localhost:8081"
1010

1111
tag :: String
12-
tag = "load-from-github"
12+
tag = "master"
1313

1414
mainGitHubExample :: String
1515
mainGitHubExample = "/purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"

client/config/prod/Try.Config.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ compileUrl :: String
99
compileUrl = "https://compile.purescript.org"
1010

1111
tag :: String
12-
tag = "load-from-github"
12+
tag = "master"
1313

1414
mainGitHubExample :: String
1515
mainGitHubExample = "/purescript/trypurescript/" <> tag <> "/client/examples/Main.purs"

client/examples/Main.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ main =
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"

0 commit comments

Comments
 (0)