Problem/Motivation

When we try to download HighCharts.js library via drush command we aren't be able to do it. The reason is the HIGHCHARTS_URI constant is out of date because the repo has moved from www.highcharts.com to code.highcharts.com and because of that we get a 404 when we try wget command.

Proposed resolution

Update HIGHCHARTS_URI constant to the new repo.

Remaining tasks

* Send a patch fixing this issue.
* Review it by community.
* Commit it if it's ok for the mantainers.

Comments

jlbellido’s picture

Status: Active » Needs review
StatusFileSize
new417 bytes

Added a new patch fixing it

dinarcon’s picture

Status: Needs review » Reviewed & tested by the community

@jlbellido's patch applies cleanly and drush command works correctly. Thanks!