Skip to content

Commit

Permalink
fix: Fixed fallback github content url
Browse files Browse the repository at this point in the history
  • Loading branch information
SaravananM31 committed Mar 13, 2023
1 parent 65e2966 commit 1e949c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/config/dev/Try.Config.purs
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ tag :: String
tag = "master"

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

0 comments on commit 1e949c4

Please sign in to comment.