Skip to content
This repository has been archived by the owner on Jan 4, 2020. It is now read-only.

Commit

Permalink
Use mints releases url.
Browse files Browse the repository at this point in the history
  • Loading branch information
gdotdesign committed Mar 17, 2018
1 parent d82f8d0 commit e984745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mint-website-server.cr
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ end

def update_versions
response =
Crest.get("https://api.github.com/repos/gdotdesign/elm-github-install/releases")
Crest.get("https://api.github.com/repos/mint-lang/mint/releases")

Data.versions = response.body
end
Expand Down

0 comments on commit e984745

Please sign in to comment.