Skip to content

Commit

Permalink
Merge pull request #20 from BeastyBlacksmith/patch-1
Browse files Browse the repository at this point in the history
use https instead of http
  • Loading branch information
piever authored Feb 24, 2020
2 parents bfa233f + 5a71bfa commit 0d5d7bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/build.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const _pkg_assets = joinpath(_pkg_root,"assets")

!isdir(_pkg_assets) && mkdir(_pkg_assets)

download("http://knockoutjs.com/downloads/knockout-3.4.2.js", joinpath(_pkg_assets, "knockout.js"))
download("http://mbest.github.io/knockout.punches/knockout.punches.min.js", joinpath(_pkg_assets, "knockout_punches.js"))
download("https://knockoutjs.com/downloads/knockout-3.4.2.js", joinpath(_pkg_assets, "knockout.js"))
download("https://mbest.github.io/knockout.punches/knockout.punches.min.js", joinpath(_pkg_assets, "knockout_punches.js"))

0 comments on commit 0d5d7bf

Please sign in to comment.